Html Css Color HEX #CAD349 Las Palmas

📋 copy color: '#CAD349'

red 202 ◦ green 211 ◦ blue 73

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

Shades of Las Palmas #CAD349

Tints of Las Palmas #CAD349

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.42%

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

R = 41.56%
G = 43.42%
B = 15.02%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.65

 K value IS 0.17

RGB Variations

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

Color information

#CAD349 (or 0xCAD349) is known color: Las Palmas. HEX triplet: CA, D3 and 49. RGB value is (202,211,73). Sum of RGB (Red+Green+Blue) = 202+211+73=486 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.56% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 73 (28.91% from 255 or 15.02% from 486); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD349 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD349 is #352CB6. Grayscale: #C1C1C1. Windows color (decimal): -3484855 or 4838346. OLE color: 4838346.

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

Color convert

RGB 202 211 73 -
CMYK 0.04 0 0.65 0.17
HSL 63.91º 0.61% 0.56% -
HSV(B) 63.91º 0.65% 0.83% -
XYZ 48.85 59.63 15.24 -
YUV 192.58 60.52 134.72 -
System Red Green Blue C M Y K H S L
Decimal 202 211 73 0.04 0 0.65 0.17 63.91 0.61 0.56
Hex CA D3 49 4 0 41 11 40 3D 38
Octal 312 323 111 4 0 101 21 100 75 70
Binary 11001010 11010011 1001001 100 0 1000001 10001 1000000 111101 111000

Color Harmonies of #CAD349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD349

Black with #CAD349

Text Example


Text Example

White with #CAD349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD349; }

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

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

background-color css

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

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

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

border-color css

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

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

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