Html Css Color HEX #CAD542 Las Palmas

📋 copy color: '#CAD542'

red 202 ◦ green 213 ◦ blue 66

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

Shades of Las Palmas #CAD542

Tints of Las Palmas #CAD542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.28%

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

R = 42%
G = 44.28%
B = 13.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#CAD542 (or 0xCAD542) is known color: Las Palmas. HEX triplet: CA, D5 and 42. RGB value is (202,213,66). Sum of RGB (Red+Green+Blue) = 202+213+66=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD542 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD542 is #352ABD. Grayscale: #C1C1C1. Windows color (decimal): -3484350 or 4380106. OLE color: 4380106.

HSL color Cylindrical-coordinate representation of color #CAD542: hue angle of 64.49º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CAD542 is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 213 66 -
CMYK 0.05 0 0.69 0.16
HSL 64.49º 0.64% 0.55% -
HSV(B) 64.49º 0.69% 0.84% -
XYZ 49.13 60.54 14.25 -
YUV 192.95 56.36 134.45 -
System Red Green Blue C M Y K H S L
Decimal 202 213 66 0.05 0 0.69 0.16 64.49 0.64 0.55
Hex CA D5 42 5 0 45 10 40 40 37
Octal 312 325 102 5 0 105 20 100 100 67
Binary 11001010 11010101 1000010 101 0 1000101 10000 1000000 1000000 110111

Color Harmonies of #CAD542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD542

Black with #CAD542

Text Example


Text Example

White with #CAD542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD542; }

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

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

background-color css

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

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

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

border-color css

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

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

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