Html Css Color HEX #CAD549 Las Palmas

📋 copy color: '#CAD549'

red 202 ◦ green 213 ◦ blue 73

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

Shades of Las Palmas #CAD549

Tints of Las Palmas #CAD549

RGB

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

 GREEN value IS 213 (83.59% from 255) = 43.65%

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

R = 41.39%
G = 43.65%
B = 14.96%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#CAD549 (or 0xCAD549) is known color: Las Palmas. HEX triplet: CA, D5 and 49. RGB value is (202,213,73). Sum of RGB (Red+Green+Blue) = 202+213+73=488 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.39% from 488); Green value is 213 (83.59% from 255 or 43.65% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD549 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD549 is #352AB6. Grayscale: #C2C2C2. Windows color (decimal): -3484343 or 4838858. OLE color: 4838858.

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

Color convert

RGB 202 213 73 -
CMYK 0.05 0 0.66 0.16
HSL 64.71º 0.63% 0.56% -
HSV(B) 64.71º 0.66% 0.84% -
XYZ 49.35 60.63 15.4 -
YUV 193.75 59.86 133.88 -
System Red Green Blue C M Y K H S L
Decimal 202 213 73 0.05 0 0.66 0.16 64.71 0.63 0.56
Hex CA D5 49 5 0 42 10 41 3E 38
Octal 312 325 111 5 0 102 20 101 76 70
Binary 11001010 11010101 1001001 101 0 1000010 10000 1000001 111110 111000

Color Harmonies of #CAD549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD549

Black with #CAD549

Text Example


Text Example

White with #CAD549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD549; }

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

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

background-color css

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

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

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

border-color css

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

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

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