Html Css Color HEX #CAD246 Las Palmas

📋 copy color: '#CAD246'

red 202 ◦ green 210 ◦ blue 70

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

Shades of Las Palmas #CAD246

Tints of Las Palmas #CAD246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.52%

R = 41.91%
G = 43.57%
B = 14.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.67

 K value IS 0.18

RGB Variations

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

Color information

#CAD246 (or 0xCAD246) is known color: Las Palmas. HEX triplet: CA, D2 and 46. RGB value is (202,210,70). Sum of RGB (Red+Green+Blue) = 202+210+70=482 (63% of max value = 765). Red value is 202 (79.30% from 255 or 41.91% from 482); Green value is 210 (82.42% from 255 or 43.57% from 482); Blue value is 70 (27.73% from 255 or 14.52% from 482); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD246 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD246 is #352DB9. Grayscale: #C0C0C0. Windows color (decimal): -3485114 or 4641482. OLE color: 4641482.

HSL color Cylindrical-coordinate representation of color #CAD246: hue angle of 63.43º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CAD246 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.

Color convert

RGB 202 210 70 -
CMYK 0.04 0 0.67 0.18
HSL 63.43º 0.61% 0.55% -
HSV(B) 63.43º 0.67% 0.82% -
XYZ 48.51 59.09 14.64 -
YUV 191.65 59.35 135.38 -
System Red Green Blue C M Y K H S L
Decimal 202 210 70 0.04 0 0.67 0.18 63.43 0.61 0.55
Hex CA D2 46 4 0 43 12 3F 3D 37
Octal 312 322 106 4 0 103 22 77 75 67
Binary 11001010 11010010 1000110 100 0 1000011 10010 111111 111101 110111

Color Harmonies of #CAD246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD246

Black with #CAD246

Text Example


Text Example

White with #CAD246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD246; }

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

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

background-color css

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

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

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

border-color css

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

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

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