Html Css Color HEX #CAD942 Las Palmas

📋 copy color: '#CAD942'

red 202 ◦ green 217 ◦ blue 66

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

Shades of Las Palmas #CAD942

Tints of Las Palmas #CAD942

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.74%

 BLUE value IS 66 (26.17% from 255) = 13.61%

R = 41.65%
G = 44.74%
B = 13.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#CAD942 (or 0xCAD942) is known color: Las Palmas. HEX triplet: CA, D9 and 42. RGB value is (202,217,66). Sum of RGB (Red+Green+Blue) = 202+217+66=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 217 (85.16% from 255 or 44.74% from 485); Blue value is 66 (26.17% from 255 or 13.61% from 485); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD942 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD942 is #3526BD. Grayscale: #C3C3C3. Windows color (decimal): -3483326 or 4381130. OLE color: 4381130.

HSL color Cylindrical-coordinate representation of color #CAD942: hue angle of 65.96º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAD942 is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 217 66 -
CMYK 0.07 0 0.70 0.15
HSL 65.96º 0.67% 0.55% -
HSV(B) 65.96º 0.7% 0.85% -
XYZ 50.15 62.58 14.59 -
YUV 195.3 55.03 132.78 -
System Red Green Blue C M Y K H S L
Decimal 202 217 66 0.07 0 0.70 0.15 65.96 0.67 0.55
Hex CA D9 42 7 0 46 F 42 43 37
Octal 312 331 102 7 0 106 17 102 103 67
Binary 11001010 11011001 1000010 111 0 1000110 1111 1000010 1000011 110111

Color Harmonies of #CAD942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD942

Black with #CAD942

Text Example


Text Example

White with #CAD942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD942; }

 p { color: rgb(202,217,66); }

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

background-color css

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

 a { background-color: rgb(202,217,66); }

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

border-color css

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

 span { border-color: rgb(202,217,66); }

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