Html Css Color HEX #CAE647 Las Palmas

📋 copy color: '#CAE647'

red 202 ◦ green 230 ◦ blue 71

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

Shades of Las Palmas #CAE647

Tints of Las Palmas #CAE647

RGB

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

 GREEN value IS 230 (90.23% from 255) = 45.73%

 BLUE value IS 71 (28.13% from 255) = 14.12%

R = 40.16%
G = 45.73%
B = 14.12%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#CAE647 (or 0xCAE647) is known color: Las Palmas. HEX triplet: CA, E6 and 47. RGB value is (202,230,71). Sum of RGB (Red+Green+Blue) = 202+230+71=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 230 (90.23% from 255 or 45.73% from 503); Blue value is 71 (28.12% from 255 or 14.12% from 503); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE647 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE647 is #3519B8. Grayscale: #CCCCCC. Windows color (decimal): -3479993 or 4712138. OLE color: 4712138.

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

Color convert

RGB 202 230 71 -
CMYK 0.12 0 0.69 0.10
HSL 70.57º 0.76% 0.59% -
HSV(B) 70.57º 0.69% 0.9% -
XYZ 53.79 69.61 16.56 -
YUV 203.5 53.22 126.93 -
System Red Green Blue C M Y K H S L
Decimal 202 230 71 0.12 0 0.69 0.10 70.57 0.76 0.59
Hex CA E6 47 C 0 45 A 47 4C 3B
Octal 312 346 107 14 0 105 12 107 114 73
Binary 11001010 11100110 1000111 1100 0 1000101 1010 1000111 1001100 111011

Color Harmonies of #CAE647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE647

Black with #CAE647

Text Example


Text Example

White with #CAE647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE647; }

 p { color: rgb(202,230,71); }

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

background-color css

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

 a { background-color: rgb(202,230,71); }

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

border-color css

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

 span { border-color: rgb(202,230,71); }

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