Html Css Color HEX #CAE050 Las Palmas

📋 copy color: '#CAE050'

red 202 ◦ green 224 ◦ blue 80

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

Shades of Las Palmas #CAE050

Tints of Las Palmas #CAE050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.81%

R = 39.92%
G = 44.27%
B = 15.81%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#CAE050 (or 0xCAE050) is known color: Las Palmas. HEX triplet: CA, E0 and 50. RGB value is (202,224,80). Sum of RGB (Red+Green+Blue) = 202+224+80=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 80 (31.64% from 255 or 15.81% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #CAE050 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAE050 is #351FAF. Grayscale: #C9C9C9. Windows color (decimal): -3481520 or 5300426. OLE color: 5300426.

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

Color convert

RGB 202 224 80 -
CMYK 0.10 0 0.64 0.12
HSL 69.17º 0.7% 0.6% -
HSV(B) 69.17º 0.64% 0.88% -
XYZ 52.46 66.45 17.65 -
YUV 201.01 59.71 128.71 -
System Red Green Blue C M Y K H S L
Decimal 202 224 80 0.10 0 0.64 0.12 69.17 0.7 0.6
Hex CA E0 50 A 0 40 C 45 46 3C
Octal 312 340 120 12 0 100 14 105 106 74
Binary 11001010 11100000 1010000 1010 0 1000000 1100 1000101 1000110 111100

Color Harmonies of #CAE050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE050

Black with #CAE050

Text Example


Text Example

White with #CAE050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE050; }

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

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

background-color css

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

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

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

border-color css

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

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

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