Html Css Color HEX #C0CD52 Wild Willow

📋 copy color: '#C0CD52'

red 192 ◦ green 205 ◦ blue 82

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

Shades of Wild Willow #C0CD52

Tints of Wild Willow #C0CD52

RGB

 RED value IS 192 (75.39% from 255) = 40.08%

 GREEN value IS 205 (80.47% from 255) = 42.8%

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

R = 40.08%
G = 42.8%
B = 17.12%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.6

 K value IS 0.20

RGB Variations

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

Color information

#C0CD52 (or 0xC0CD52) is known color: Wild Willow. HEX triplet: C0, CD and 52. RGB value is (192,205,82). Sum of RGB (Red+Green+Blue) = 192+205+82=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD52 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD52 is #3F32AD. Grayscale: #BBBBBB. Windows color (decimal): -4141742 or 5426624. OLE color: 5426624.

HSL color Cylindrical-coordinate representation of color #C0CD52: hue angle of 66.34º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0CD52 is Cyan = 0.06, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 82 -
CMYK 0.06 0 0.6 0.20
HSL 66.34º 0.55% 0.56% -
HSV(B) 66.34º 0.6% 0.8% -
XYZ 45.09 55.48 16.31 -
YUV 187.09 68.69 131.5 -
System Red Green Blue C M Y K H S L
Decimal 192 205 82 0.06 0 0.6 0.20 66.34 0.55 0.56
Hex C0 CD 52 6 0 3C 14 42 37 38
Octal 300 315 122 6 0 74 24 102 67 70
Binary 11000000 11001101 1010010 110 0 111100 10100 1000010 110111 111000

Color Harmonies of #C0CD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD52

Black with #C0CD52

Text Example


Text Example

White with #C0CD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD52; }

 p { color: rgb(192,205,82); }

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

background-color css

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

 a { background-color: rgb(192,205,82); }

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

border-color css

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

 span { border-color: rgb(192,205,82); }

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