Html Css Color HEX #CAE947 Las Palmas

📋 copy color: '#CAE947'

red 202 ◦ green 233 ◦ blue 71

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

Shades of Las Palmas #CAE947

Tints of Las Palmas #CAE947

RGB

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

 GREEN value IS 233 (91.41% from 255) = 46.05%

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

R = 39.92%
G = 46.05%
B = 14.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#CAE947 (or 0xCAE947) is known color: Las Palmas. HEX triplet: CA, E9 and 47. RGB value is (202,233,71). Sum of RGB (Red+Green+Blue) = 202+233+71=506 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.92% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 71 (28.12% from 255 or 14.03% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #CAE947 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CAE947 is #3516B8. Grayscale: #CDCDCD. Windows color (decimal): -3479225 or 4712906. OLE color: 4712906.

HSL color Cylindrical-coordinate representation of color #CAE947: hue angle of 71.48º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAE947 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 202 233 71 -
CMYK 0.13 0 0.70 0.09
HSL 71.48º 0.79% 0.6% -
HSV(B) 71.48º 0.7% 0.91% -
XYZ 54.63 71.29 16.84 -
YUV 205.26 52.23 125.67 -
System Red Green Blue C M Y K H S L
Decimal 202 233 71 0.13 0 0.70 0.09 71.48 0.79 0.6
Hex CA E9 47 D 0 46 9 47 4F 3C
Octal 312 351 107 15 0 106 11 107 117 74
Binary 11001010 11101001 1000111 1101 0 1000110 1001 1000111 1001111 111100

Color Harmonies of #CAE947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE947

Black with #CAE947

Text Example


Text Example

White with #CAE947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE947; }

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

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

background-color css

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

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

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

border-color css

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

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

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