Html Css Color HEX #CAD649 Las Palmas

📋 copy color: '#CAD649'

red 202 ◦ green 214 ◦ blue 73

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

Shades of Las Palmas #CAD649

Tints of Las Palmas #CAD649

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.76%

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

R = 41.31%
G = 43.76%
B = 14.93%

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

#CAD649 (or 0xCAD649) is known color: Las Palmas. HEX triplet: CA, D6 and 49. RGB value is (202,214,73). Sum of RGB (Red+Green+Blue) = 202+214+73=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 214 (83.98% from 255 or 43.76% from 489); Blue value is 73 (28.91% from 255 or 14.93% from 489); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD649 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD649 is #3529B6. Grayscale: #C2C2C2. Windows color (decimal): -3484087 or 4839114. OLE color: 4839114.

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

Color convert

RGB 202 214 73 -
CMYK 0.06 0 0.66 0.16
HSL 65.11º 0.63% 0.56% -
HSV(B) 65.11º 0.66% 0.84% -
XYZ 49.61 61.13 15.49 -
YUV 194.34 59.52 133.46 -
System Red Green Blue C M Y K H S L
Decimal 202 214 73 0.06 0 0.66 0.16 65.11 0.63 0.56
Hex CA D6 49 6 0 42 10 41 3F 38
Octal 312 326 111 6 0 102 20 101 77 70
Binary 11001010 11010110 1001001 110 0 1000010 10000 1000001 111111 111000

Color Harmonies of #CAD649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD649

Black with #CAD649

Text Example


Text Example

White with #CAD649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD649; }

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

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

background-color css

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

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

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

border-color css

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

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

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