Html Css Color HEX #CAD240 Las Palmas

📋 copy color: '#CAD240'

red 202 ◦ green 210 ◦ blue 64

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

Shades of Las Palmas #CAD240

Tints of Las Palmas #CAD240

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.12%

 BLUE value IS 64 (25.39% from 255) = 13.45%

R = 42.44%
G = 44.12%
B = 13.45%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#CAD240 (or 0xCAD240) is known color: Las Palmas. HEX triplet: CA, D2 and 40. RGB value is (202,210,64). Sum of RGB (Red+Green+Blue) = 202+210+64=476 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.44% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 64 (25.39% from 255 or 13.45% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD240 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD240 is #352DBF. Grayscale: #BFBFBF. Windows color (decimal): -3485120 or 4248266. OLE color: 4248266.

HSL color Cylindrical-coordinate representation of color #CAD240: hue angle of 63.29º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CAD240 is Cyan = 0.04, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 210 64 -
CMYK 0.04 0 0.70 0.18
HSL 63.29º 0.62% 0.54% -
HSV(B) 63.29º 0.7% 0.82% -
XYZ 48.33 59.02 13.7 -
YUV 190.96 56.35 135.87 -
System Red Green Blue C M Y K H S L
Decimal 202 210 64 0.04 0 0.70 0.18 63.29 0.62 0.54
Hex CA D2 40 4 0 46 12 3F 3E 36
Octal 312 322 100 4 0 106 22 77 76 66
Binary 11001010 11010010 1000000 100 0 1000110 10010 111111 111110 110110

Color Harmonies of #CAD240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD240

Black with #CAD240

Text Example


Text Example

White with #CAD240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD240; }

 p { color: rgb(202,210,64); }

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

background-color css

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

 a { background-color: rgb(202,210,64); }

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

border-color css

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

 span { border-color: rgb(202,210,64); }

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