Html Css Color HEX #CAD949 Las Palmas

📋 copy color: '#CAD949'

red 202 ◦ green 217 ◦ blue 73

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

Shades of Las Palmas #CAD949

Tints of Las Palmas #CAD949

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.11%

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

R = 41.06%
G = 44.11%
B = 14.84%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#CAD949 (or 0xCAD949) is known color: Las Palmas. HEX triplet: CA, D9 and 49. RGB value is (202,217,73). Sum of RGB (Red+Green+Blue) = 202+217+73=492 (65% of max value = 765). Red value is 202 (79.30% from 255 or 41.06% from 492); Green value is 217 (85.16% from 255 or 44.11% from 492); Blue value is 73 (28.91% from 255 or 14.84% from 492); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD949 is #3526B6. Grayscale: #C4C4C4. Windows color (decimal): -3483319 or 4839882. OLE color: 4839882.

HSL color Cylindrical-coordinate representation of color #CAD949: hue angle of 66.25º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAD949 is Cyan = 0.07, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 217 73 -
CMYK 0.07 0 0.66 0.15
HSL 66.25º 0.65% 0.57% -
HSV(B) 66.25º 0.66% 0.85% -
XYZ 50.37 62.66 15.74 -
YUV 196.1 58.53 132.21 -
System Red Green Blue C M Y K H S L
Decimal 202 217 73 0.07 0 0.66 0.15 66.25 0.65 0.57
Hex CA D9 49 7 0 42 F 42 41 39
Octal 312 331 111 7 0 102 17 102 101 71
Binary 11001010 11011001 1001001 111 0 1000010 1111 1000010 1000001 111001

Color Harmonies of #CAD949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD949

Black with #CAD949

Text Example


Text Example

White with #CAD949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD949; }

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

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

background-color css

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

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

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

border-color css

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

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

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