Html Css Color HEX #CAE53C Las Palmas

📋 copy color: '#CAE53C'

red 202 ◦ green 229 ◦ blue 60

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

Shades of Las Palmas #CAE53C

Tints of Las Palmas #CAE53C

RGB

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

 GREEN value IS 229 (89.84% from 255) = 46.64%

 BLUE value IS 60 (23.83% from 255) = 12.22%

R = 41.14%
G = 46.64%
B = 12.22%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.74

 K value IS 0.10

RGB Variations

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

Color information

#CAE53C (or 0xCAE53C) is known color: Las Palmas. HEX triplet: CA, E5 and 3C. RGB value is (202,229,60). Sum of RGB (Red+Green+Blue) = 202+229+60=491 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.14% from 491); Green value is 229 (89.84% from 255 or 46.64% from 491); Blue value is 60 (23.83% from 255 or 12.22% from 491); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE53C is #351AC3. Grayscale: #CACACA. Windows color (decimal): -3480260 or 3990986. OLE color: 3990986.

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

Color convert

RGB 202 229 60 -
CMYK 0.12 0 0.74 0.10
HSL 69.59º 0.76% 0.57% -
HSV(B) 69.59º 0.74% 0.9% -
XYZ 53.19 68.92 14.77 -
YUV 201.66 48.05 128.24 -
System Red Green Blue C M Y K H S L
Decimal 202 229 60 0.12 0 0.74 0.10 69.59 0.76 0.57
Hex CA E5 3C C 0 4A A 46 4C 39
Octal 312 345 74 14 0 112 12 106 114 71
Binary 11001010 11100101 111100 1100 0 1001010 1010 1000110 1001100 111001

Color Harmonies of #CAE53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE53C

Black with #CAE53C

Text Example


Text Example

White with #CAE53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE53C; }

 p { color: rgb(202,229,60); }

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

background-color css

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

 a { background-color: rgb(202,229,60); }

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

border-color css

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

 span { border-color: rgb(202,229,60); }

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