Html Css Color HEX #C8D052 Wild Willow

📋 copy color: '#C8D052'

red 200 ◦ green 208 ◦ blue 82

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

Shades of Wild Willow #C8D052

Tints of Wild Willow #C8D052

RGB

 RED value IS 200 (78.52% from 255) = 40.82%

 GREEN value IS 208 (81.64% from 255) = 42.45%

 BLUE value IS 82 (32.42% from 255) = 16.73%

R = 40.82%
G = 42.45%
B = 16.73%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#C8D052 (or 0xC8D052) is known color: Wild Willow. HEX triplet: C8, D0 and 52. RGB value is (200,208,82). Sum of RGB (Red+Green+Blue) = 200+208+82=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 82 (32.42% from 255 or 16.73% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #C8D052 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D052 is #372FAD. Grayscale: #BFBFBF. Windows color (decimal): -3616686 or 5427400. OLE color: 5427400.

HSL color Cylindrical-coordinate representation of color #C8D052: hue angle of 63.81º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8D052 is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 208 82 -
CMYK 0.04 0 0.61 0.18
HSL 63.81º 0.57% 0.57% -
HSV(B) 63.81º 0.61% 0.82% -
XYZ 47.9 58 16.65 -
YUV 191.24 66.35 134.25 -
System Red Green Blue C M Y K H S L
Decimal 200 208 82 0.04 0 0.61 0.18 63.81 0.57 0.57
Hex C8 D0 52 4 0 3D 12 40 39 39
Octal 310 320 122 4 0 75 22 100 71 71
Binary 11001000 11010000 1010010 100 0 111101 10010 1000000 111001 111001

Color Harmonies of #C8D052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D052

Black with #C8D052

Text Example


Text Example

White with #C8D052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D052; }

 p { color: rgb(200,208,82); }

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

background-color css

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

 a { background-color: rgb(200,208,82); }

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

border-color css

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

 span { border-color: rgb(200,208,82); }

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