Html Css Color HEX #CAD742 Las Palmas

📋 copy color: '#CAD742'

red 202 ◦ green 215 ◦ blue 66

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

Shades of Las Palmas #CAD742

Tints of Las Palmas #CAD742

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.51%

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

R = 41.82%
G = 44.51%
B = 13.66%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#CAD742 (or 0xCAD742) is known color: Las Palmas. HEX triplet: CA, D7 and 42. RGB value is (202,215,66). Sum of RGB (Red+Green+Blue) = 202+215+66=483 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.82% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 66 (26.17% from 255 or 13.66% from 483); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD742 is #3528BD. Grayscale: #C2C2C2. Windows color (decimal): -3483838 or 4380618. OLE color: 4380618.

HSL color Cylindrical-coordinate representation of color #CAD742: hue angle of 65.23º degrees, saturation: 0.65, 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 #CAD742 is Cyan = 0.06, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 215 66 -
CMYK 0.06 0 0.69 0.16
HSL 65.23º 0.65% 0.55% -
HSV(B) 65.23º 0.69% 0.84% -
XYZ 49.64 61.55 14.42 -
YUV 194.13 55.69 133.62 -
System Red Green Blue C M Y K H S L
Decimal 202 215 66 0.06 0 0.69 0.16 65.23 0.65 0.55
Hex CA D7 42 6 0 45 10 41 41 37
Octal 312 327 102 6 0 105 20 101 101 67
Binary 11001010 11010111 1000010 110 0 1000101 10000 1000001 1000001 110111

Color Harmonies of #CAD742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD742

Black with #CAD742

Text Example


Text Example

White with #CAD742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD742; }

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

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

background-color css

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

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

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

border-color css

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

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

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