Html Css Color HEX #CAD946 Las Palmas

📋 copy color: '#CAD946'

red 202 ◦ green 217 ◦ blue 70

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

Shades of Las Palmas #CAD946

Tints of Las Palmas #CAD946

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.38%

 BLUE value IS 70 (27.73% from 255) = 14.31%

R = 41.31%
G = 44.38%
B = 14.31%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#CAD946 (or 0xCAD946) is known color: Las Palmas. HEX triplet: CA, D9 and 46. RGB value is (202,217,70). Sum of RGB (Red+Green+Blue) = 202+217+70=489 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.31% from 489); Green value is 217 (85.16% from 255 or 44.38% from 489); Blue value is 70 (27.73% from 255 or 14.31% from 489); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD946 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD946 is #3526B9. Grayscale: #C4C4C4. Windows color (decimal): -3483322 or 4643274. OLE color: 4643274.

HSL color Cylindrical-coordinate representation of color #CAD946: hue angle of 66.12º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAD946 is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 202 217 70 -
CMYK 0.07 0 0.68 0.15
HSL 66.12º 0.66% 0.56% -
HSV(B) 66.12º 0.68% 0.85% -
XYZ 50.28 62.62 15.23 -
YUV 195.76 57.03 132.45 -
System Red Green Blue C M Y K H S L
Decimal 202 217 70 0.07 0 0.68 0.15 66.12 0.66 0.56
Hex CA D9 46 7 0 44 F 42 42 38
Octal 312 331 106 7 0 104 17 102 102 70
Binary 11001010 11011001 1000110 111 0 1000100 1111 1000010 1000010 111000

Color Harmonies of #CAD946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD946

Black with #CAD946

Text Example


Text Example

White with #CAD946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD946; }

 p { color: rgb(202,217,70); }

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

background-color css

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

 a { background-color: rgb(202,217,70); }

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

border-color css

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

 span { border-color: rgb(202,217,70); }

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