Html Css Color HEX #CAD947 Las Palmas

📋 copy color: '#CAD947'

red 202 ◦ green 217 ◦ blue 71

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

Shades of Las Palmas #CAD947

Tints of Las Palmas #CAD947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 14.49%

R = 41.22%
G = 44.29%
B = 14.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#CAD947 (or 0xCAD947) is known color: Las Palmas. HEX triplet: CA, D9 and 47. RGB value is (202,217,71). Sum of RGB (Red+Green+Blue) = 202+217+71=490 (64% of max value = 765). Red value is 202 (79.30% from 255 or 41.22% from 490); Green value is 217 (85.16% from 255 or 44.29% from 490); Blue value is 71 (28.12% from 255 or 14.49% from 490); Max value from RGB is 217 - color contains mainly: green. Hex color #CAD947 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAD947 is #3526B8. Grayscale: #C4C4C4. Windows color (decimal): -3483321 or 4708810. OLE color: 4708810.

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

Color convert

RGB 202 217 71 -
CMYK 0.07 0 0.67 0.15
HSL 66.16º 0.66% 0.56% -
HSV(B) 66.16º 0.67% 0.85% -
XYZ 50.31 62.64 15.4 -
YUV 195.87 57.53 132.37 -
System Red Green Blue C M Y K H S L
Decimal 202 217 71 0.07 0 0.67 0.15 66.16 0.66 0.56
Hex CA D9 47 7 0 43 F 42 42 38
Octal 312 331 107 7 0 103 17 102 102 70
Binary 11001010 11011001 1000111 111 0 1000011 1111 1000010 1000010 111000

Color Harmonies of #CAD947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAD947

Black with #CAD947

Text Example


Text Example

White with #CAD947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAD947; }

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

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

background-color css

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

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

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

border-color css

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

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

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