Html Css Color HEX #CAD749 Las Palmas

📋 copy color: '#CAD749'

red 202 ◦ green 215 ◦ blue 73

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

Shades of Las Palmas #CAD749

Tints of Las Palmas #CAD749

RGB

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

 GREEN value IS 215 (84.38% from 255) = 43.88%

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

R = 41.22%
G = 43.88%
B = 14.9%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.66

 K value IS 0.16

RGB Variations

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

Color information

#CAD749 (or 0xCAD749) is known color: Las Palmas. HEX triplet: CA, D7 and 49. RGB value is (202,215,73). Sum of RGB (Red+Green+Blue) = 202+215+73=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 73 (28.91% from 255 or 14.90% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #CAD749 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD749 is #3528B6. Grayscale: #C3C3C3. Windows color (decimal): -3483831 or 4839370. OLE color: 4839370.

HSL color Cylindrical-coordinate representation of color #CAD749: hue angle of 65.49º degrees, saturation: 0.64, 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 #CAD749 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB 202 215 73 -
CMYK 0.06 0 0.66 0.16
HSL 65.49º 0.64% 0.56% -
HSV(B) 65.49º 0.66% 0.84% -
XYZ 49.86 61.64 15.57 -
YUV 194.93 59.19 133.05 -
System Red Green Blue C M Y K H S L
Decimal 202 215 73 0.06 0 0.66 0.16 65.49 0.64 0.56
Hex CA D7 49 6 0 42 10 41 40 38
Octal 312 327 111 6 0 102 20 101 100 70
Binary 11001010 11010111 1001001 110 0 1000010 10000 1000001 1000000 111000

Color Harmonies of #CAD749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD749

Black with #CAD749

Text Example


Text Example

White with #CAD749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD749; }

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

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

background-color css

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

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

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

border-color css

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

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

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