Html Css Color HEX #CAE841 Las Palmas

📋 copy color: '#CAE841'

red 202 ◦ green 232 ◦ blue 65

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

Shades of Las Palmas #CAE841

Tints of Las Palmas #CAE841

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.49%

 BLUE value IS 65 (25.78% from 255) = 13.03%

R = 40.48%
G = 46.49%
B = 13.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#CAE841 (or 0xCAE841) is known color: Las Palmas. HEX triplet: CA, E8 and 41. RGB value is (202,232,65). Sum of RGB (Red+Green+Blue) = 202+232+65=499 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.48% from 499); Green value is 232 (91.02% from 255 or 46.49% from 499); Blue value is 65 (25.78% from 255 or 13.03% from 499); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE841 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE841 is #3517BE. Grayscale: #CCCCCC. Windows color (decimal): -3479487 or 4319434. OLE color: 4319434.

HSL color Cylindrical-coordinate representation of color #CAE841: hue angle of 70.78º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CAE841 is Cyan = 0.13, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 232 65 -
CMYK 0.13 0 0.72 0.09
HSL 70.78º 0.78% 0.58% -
HSV(B) 70.78º 0.72% 0.91% -
XYZ 54.17 70.65 15.78 -
YUV 203.99 49.56 126.58 -
System Red Green Blue C M Y K H S L
Decimal 202 232 65 0.13 0 0.72 0.09 70.78 0.78 0.58
Hex CA E8 41 D 0 48 9 47 4E 3A
Octal 312 350 101 15 0 110 11 107 116 72
Binary 11001010 11101000 1000001 1101 0 1001000 1001 1000111 1001110 111010

Color Harmonies of #CAE841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE841

Black with #CAE841

Text Example


Text Example

White with #CAE841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE841; }

 p { color: rgb(202,232,65); }

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

background-color css

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

 a { background-color: rgb(202,232,65); }

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

border-color css

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

 span { border-color: rgb(202,232,65); }

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