Html Css Color HEX #CAD449 Las Palmas

📋 copy color: '#CAD449'

red 202 ◦ green 212 ◦ blue 73

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

Shades of Las Palmas #CAD449

Tints of Las Palmas #CAD449

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.53%

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

R = 41.48%
G = 43.53%
B = 14.99%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.17

RGB Variations

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

Color information

#CAD449 (or 0xCAD449) is known color: Las Palmas. HEX triplet: CA, D4 and 49. RGB value is (202,212,73). Sum of RGB (Red+Green+Blue) = 202+212+73=487 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.48% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 73 (28.91% from 255 or 14.99% from 487); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD449 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD449 is #352BB6. Grayscale: #C1C1C1. Windows color (decimal): -3484599 or 4838602. OLE color: 4838602.

HSL color Cylindrical-coordinate representation of color #CAD449: hue angle of 64.32º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CAD449 is Cyan = 0.05, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB 202 212 73 -
CMYK 0.05 0 0.66 0.17
HSL 64.32º 0.62% 0.56% -
HSV(B) 64.32º 0.66% 0.83% -
XYZ 49.1 60.12 15.32 -
YUV 193.16 60.19 134.3 -
System Red Green Blue C M Y K H S L
Decimal 202 212 73 0.05 0 0.66 0.17 64.32 0.62 0.56
Hex CA D4 49 5 0 42 11 40 3E 38
Octal 312 324 111 5 0 102 21 100 76 70
Binary 11001010 11010100 1001001 101 0 1000010 10001 1000000 111110 111000

Color Harmonies of #CAD449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD449

Black with #CAD449

Text Example


Text Example

White with #CAD449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD449; }

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

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

background-color css

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

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

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

border-color css

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

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

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