Html Css Color HEX #CAE046 Las Palmas

📋 copy color: '#CAE046'

red 202 ◦ green 224 ◦ blue 70

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

Shades of Las Palmas #CAE046

Tints of Las Palmas #CAE046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.11%

R = 40.73%
G = 45.16%
B = 14.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#CAE046 (or 0xCAE046) is known color: Las Palmas. HEX triplet: CA, E0 and 46. RGB value is (202,224,70). Sum of RGB (Red+Green+Blue) = 202+224+70=496 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.73% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 70 (27.73% from 255 or 14.11% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE046 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE046 is #351FB9. Grayscale: #C8C8C8. Windows color (decimal): -3481530 or 4645066. OLE color: 4645066.

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

Color convert

RGB 202 224 70 -
CMYK 0.10 0 0.69 0.12
HSL 68.57º 0.71% 0.58% -
HSV(B) 68.57º 0.69% 0.88% -
XYZ 52.12 66.31 15.85 -
YUV 199.87 54.71 129.52 -
System Red Green Blue C M Y K H S L
Decimal 202 224 70 0.10 0 0.69 0.12 68.57 0.71 0.58
Hex CA E0 46 A 0 45 C 45 47 3A
Octal 312 340 106 12 0 105 14 105 107 72
Binary 11001010 11100000 1000110 1010 0 1000101 1100 1000101 1000111 111010

Color Harmonies of #CAE046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE046

Black with #CAE046

Text Example


Text Example

White with #CAE046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE046; }

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

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

background-color css

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

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

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

border-color css

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

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

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