Html Css Color HEX #CAE033 Las Palmas

📋 copy color: '#CAE033'

red 202 ◦ green 224 ◦ blue 51

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

Shades of Las Palmas #CAE033

Tints of Las Palmas #CAE033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.69%

R = 42.35%
G = 46.96%
B = 10.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.12

RGB Variations

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

Color information

#CAE033 (or 0xCAE033) is known color: Las Palmas. HEX triplet: CA, E0 and 33. RGB value is (202,224,51). Sum of RGB (Red+Green+Blue) = 202+224+51=477 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.35% from 477); Green value is 224 (87.89% from 255 or 46.96% from 477); Blue value is 51 (20.31% from 255 or 10.69% from 477); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE033 is #351FCC. Grayscale: #C6C6C6. Windows color (decimal): -3481549 or 3399882. OLE color: 3399882.

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

Color convert

RGB 202 224 51 -
CMYK 0.10 0 0.77 0.12
HSL 67.63º 0.74% 0.54% -
HSV(B) 67.63º 0.77% 0.88% -
XYZ 51.61 66.11 13.17 -
YUV 197.7 45.21 131.07 -
System Red Green Blue C M Y K H S L
Decimal 202 224 51 0.10 0 0.77 0.12 67.63 0.74 0.54
Hex CA E0 33 A 0 4D C 44 4A 36
Octal 312 340 63 12 0 115 14 104 112 66
Binary 11001010 11100000 110011 1010 0 1001101 1100 1000100 1001010 110110

Color Harmonies of #CAE033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE033

Black with #CAE033

Text Example


Text Example

White with #CAE033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE033; }

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

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

background-color css

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

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

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

border-color css

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

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

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