Html Css Color HEX #CAD249 Las Palmas

📋 copy color: '#CAD249'

red 202 ◦ green 210 ◦ blue 73

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

Shades of Las Palmas #CAD249

Tints of Las Palmas #CAD249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 15.05%

R = 41.65%
G = 43.3%
B = 15.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.18

RGB Variations

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

Color information

#CAD249 (or 0xCAD249) is known color: Las Palmas. HEX triplet: CA, D2 and 49. RGB value is (202,210,73). Sum of RGB (Red+Green+Blue) = 202+210+73=485 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.65% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 73 (28.91% from 255 or 15.05% from 485); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD249 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD249 is #352DB6. Grayscale: #C0C0C0. Windows color (decimal): -3485111 or 4838090. OLE color: 4838090.

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

Color convert

RGB 202 210 73 -
CMYK 0.04 0 0.65 0.18
HSL 63.5º 0.6% 0.55% -
HSV(B) 63.5º 0.65% 0.82% -
XYZ 48.61 59.13 15.15 -
YUV 191.99 60.85 135.14 -
System Red Green Blue C M Y K H S L
Decimal 202 210 73 0.04 0 0.65 0.18 63.5 0.6 0.55
Hex CA D2 49 4 0 41 12 40 3C 37
Octal 312 322 111 4 0 101 22 100 74 67
Binary 11001010 11010010 1001001 100 0 1000001 10010 1000000 111100 110111

Color Harmonies of #CAD249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD249

Black with #CAD249

Text Example


Text Example

White with #CAD249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD249; }

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

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

background-color css

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

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

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

border-color css

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

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

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