Html Css Color HEX #CAE048 Las Palmas

📋 copy color: '#CAE048'

red 202 ◦ green 224 ◦ blue 72

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

Shades of Las Palmas #CAE048

Tints of Las Palmas #CAE048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 14.46%

R = 40.56%
G = 44.98%
B = 14.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#CAE048 (or 0xCAE048) is known color: Las Palmas. HEX triplet: CA, E0 and 48. RGB value is (202,224,72). Sum of RGB (Red+Green+Blue) = 202+224+72=498 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.56% from 498); Green value is 224 (87.89% from 255 or 44.98% from 498); Blue value is 72 (28.52% from 255 or 14.46% from 498); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE048 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAE048 is #351FB7. Grayscale: #C8C8C8. Windows color (decimal): -3481528 or 4776138. OLE color: 4776138.

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

Color convert

RGB 202 224 72 -
CMYK 0.10 0 0.68 0.12
HSL 68.68º 0.71% 0.58% -
HSV(B) 68.68º 0.68% 0.88% -
XYZ 52.18 66.34 16.18 -
YUV 200.09 55.71 129.36 -
System Red Green Blue C M Y K H S L
Decimal 202 224 72 0.10 0 0.68 0.12 68.68 0.71 0.58
Hex CA E0 48 A 0 44 C 45 47 3A
Octal 312 340 110 12 0 104 14 105 107 72
Binary 11001010 11100000 1001000 1010 0 1000100 1100 1000101 1000111 111010

Color Harmonies of #CAE048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE048

Black with #CAE048

Text Example


Text Example

White with #CAE048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE048; }

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

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

background-color css

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

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

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

border-color css

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

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

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