Html Css Color HEX #CADC47 Las Palmas

📋 copy color: '#CADC47'

red 202 ◦ green 220 ◦ blue 71

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

Shades of Las Palmas #CADC47

Tints of Las Palmas #CADC47

RGB

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

 GREEN value IS 220 (86.33% from 255) = 44.62%

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

R = 40.97%
G = 44.62%
B = 14.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#CADC47 (or 0xCADC47) is known color: Las Palmas. HEX triplet: CA, DC and 47. RGB value is (202,220,71). Sum of RGB (Red+Green+Blue) = 202+220+71=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 220 (86.33% from 255 or 44.62% from 493); Blue value is 71 (28.12% from 255 or 14.40% from 493); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CADC47 is #3523B8. Grayscale: #C6C6C6. Windows color (decimal): -3482553 or 4709578. OLE color: 4709578.

HSL color Cylindrical-coordinate representation of color #CADC47: hue angle of 67.25º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CADC47 is Cyan = 0.08, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.

Color convert

RGB 202 220 71 -
CMYK 0.08 0 0.68 0.14
HSL 67.25º 0.68% 0.57% -
HSV(B) 67.25º 0.68% 0.86% -
XYZ 51.09 64.2 15.66 -
YUV 197.63 56.54 131.12 -
System Red Green Blue C M Y K H S L
Decimal 202 220 71 0.08 0 0.68 0.14 67.25 0.68 0.57
Hex CA DC 47 8 0 44 E 43 44 39
Octal 312 334 107 10 0 104 16 103 104 71
Binary 11001010 11011100 1000111 1000 0 1000100 1110 1000011 1000100 111001

Color Harmonies of #CADC47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CADC47

Black with #CADC47

Text Example


Text Example

White with #CADC47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CADC47; }

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

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

background-color css

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

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

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

border-color css

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

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

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