Html Css Color HEX #CAE54A Las Palmas

📋 copy color: '#CAE54A'

red 202 ◦ green 229 ◦ blue 74

#CAE54A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Las Palmas #CAE54A

Tints of Las Palmas #CAE54A

RGB

 RED value IS 202 (79.3% from 255) = 40%

 GREEN value IS 229 (89.84% from 255) = 45.35%

 BLUE value IS 74 (29.3% from 255) = 14.65%

R = 40%
G = 45.35%
B = 14.65%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.68

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CAE54A (or 0xCAE54A) is known color: Las Palmas. HEX triplet: CA, E5 and 4A. RGB value is (202,229,74). Sum of RGB (Red+Green+Blue) = 202+229+74=505 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40% from 505); Green value is 229 (89.84% from 255 or 45.35% from 505); Blue value is 74 (29.30% from 255 or 14.65% from 505); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE54A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE54A is #351AB5. Grayscale: #CBCBCB. Windows color (decimal): -3480246 or 4908490. OLE color: 4908490.

HSL color Cylindrical-coordinate representation of color #CAE54A: hue angle of 70.45º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAE54A is Cyan = 0.12, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 74 -
CMYK 0.12 0 0.68 0.10
HSL 70.45º 0.75% 0.59% -
HSV(B) 70.45º 0.68% 0.9% -
XYZ 53.61 69.09 16.99 -
YUV 203.26 55.05 127.1 -
System Red Green Blue C M Y K H S L
Decimal 202 229 74 0.12 0 0.68 0.10 70.45 0.75 0.59
Hex CA E5 4A C 0 44 A 46 4B 3B
Octal 312 345 112 14 0 104 12 106 113 73
Binary 11001010 11100101 1001010 1100 0 1000100 1010 1000110 1001011 111011

Color Harmonies of #CAE54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE54A

Black with #CAE54A

Text Example


Text Example

White with #CAE54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE54A; }

 p { color: rgb(202,229,74); }

 H1.HeaderClassName
 {
   color: #CAE54A;
 }
 .AnyTagClassName
 {
   color: #CAE54A;
 }
</style>

background-color css

<style>
 a { background-color: #CAE54A; }

 a { background-color: rgb(202,229,74); }

 div.DivClassName
 {
   background-color: #CAE54A;
 }
 .BgClassName
 {
   background-color: #CAE54A;
 }
</style>

border-color css

<style>
 span { border-color: #CAE54A; }

 span { border-color: rgb(202,229,74); }

 td.TdClassName
 {
   border-color: #CAE54A;
 }
 .TagClassName
 {
   border-color: #CAE54A;
 }
</style>