Html Css Color HEX #CAE44E Las Palmas

📋 copy color: '#CAE44E'

red 202 ◦ green 228 ◦ blue 78

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

Shades of Las Palmas #CAE44E

Tints of Las Palmas #CAE44E

RGB

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

 GREEN value IS 228 (89.45% from 255) = 44.88%

 BLUE value IS 78 (30.86% from 255) = 15.35%

R = 39.76%
G = 44.88%
B = 15.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#CAE44E (or 0xCAE44E) is known color: Las Palmas. HEX triplet: CA, E4 and 4E. RGB value is (202,228,78). Sum of RGB (Red+Green+Blue) = 202+228+78=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 228 (89.45% from 255 or 44.88% from 508); Blue value is 78 (30.86% from 255 or 15.35% from 508); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE44E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE44E is #351BB1. Grayscale: #CBCBCB. Windows color (decimal): -3480498 or 5170378. OLE color: 5170378.

HSL color Cylindrical-coordinate representation of color #CAE44E: hue angle of 70.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAE44E is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 202 228 78 -
CMYK 0.11 0 0.66 0.11
HSL 70.4º 0.74% 0.6% -
HSV(B) 70.4º 0.66% 0.89% -
XYZ 53.48 68.59 17.63 -
YUV 203.13 57.39 127.2 -
System Red Green Blue C M Y K H S L
Decimal 202 228 78 0.11 0 0.66 0.11 70.4 0.74 0.6
Hex CA E4 4E B 0 42 B 46 4A 3C
Octal 312 344 116 13 0 102 13 106 112 74
Binary 11001010 11100100 1001110 1011 0 1000010 1011 1000110 1001010 111100

Color Harmonies of #CAE44E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE44E

Black with #CAE44E

Text Example


Text Example

White with #CAE44E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE44E; }

 p { color: rgb(202,228,78); }

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

background-color css

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

 a { background-color: rgb(202,228,78); }

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

border-color css

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

 span { border-color: rgb(202,228,78); }

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