Html Css Color HEX #CAE036 Las Palmas

📋 copy color: '#CAE036'

red 202 ◦ green 224 ◦ blue 54

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

Shades of Las Palmas #CAE036

Tints of Las Palmas #CAE036

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.67%

 BLUE value IS 54 (21.48% from 255) = 11.25%

R = 42.08%
G = 46.67%
B = 11.25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#CAE036 (or 0xCAE036) is known color: Las Palmas. HEX triplet: CA, E0 and 36. RGB value is (202,224,54). Sum of RGB (Red+Green+Blue) = 202+224+54=480 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.08% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 54 (21.48% from 255 or 11.25% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE036 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE036 is #351FC9. Grayscale: #C6C6C6. Windows color (decimal): -3481546 or 3596490. OLE color: 3596490.

HSL color Cylindrical-coordinate representation of color #CAE036: hue angle of 67.76º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CAE036 is Cyan = 0.10, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 202 224 54 -
CMYK 0.10 0 0.76 0.12
HSL 67.76º 0.73% 0.55% -
HSV(B) 67.76º 0.76% 0.88% -
XYZ 51.68 66.13 13.53 -
YUV 198.04 46.71 130.82 -
System Red Green Blue C M Y K H S L
Decimal 202 224 54 0.10 0 0.76 0.12 67.76 0.73 0.55
Hex CA E0 36 A 0 4C C 44 49 37
Octal 312 340 66 12 0 114 14 104 111 67
Binary 11001010 11100000 110110 1010 0 1001100 1100 1000100 1001001 110111

Color Harmonies of #CAE036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE036

Black with #CAE036

Text Example


Text Example

White with #CAE036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE036; }

 p { color: rgb(202,224,54); }

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

background-color css

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

 a { background-color: rgb(202,224,54); }

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

border-color css

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

 span { border-color: rgb(202,224,54); }

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