Html Css Color HEX #C0CD53 Wild Willow

📋 copy color: '#C0CD53'

red 192 ◦ green 205 ◦ blue 83

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

Shades of Wild Willow #C0CD53

Tints of Wild Willow #C0CD53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 17.29%

R = 40%
G = 42.71%
B = 17.29%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#C0CD53 (or 0xC0CD53) is known color: Wild Willow. HEX triplet: C0, CD and 53. RGB value is (192,205,83). Sum of RGB (Red+Green+Blue) = 192+205+83=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 205 (80.47% from 255 or 42.71% from 480); Blue value is 83 (32.81% from 255 or 17.29% from 480); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD53 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD53 is #3F32AC. Grayscale: #BBBBBB. Windows color (decimal): -4141741 or 5492160. OLE color: 5492160.

HSL color Cylindrical-coordinate representation of color #C0CD53: hue angle of 66.39º 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 #C0CD53 is Cyan = 0.06, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.

Color convert

RGB 192 205 83 -
CMYK 0.06 0 0.60 0.20
HSL 66.39º 0.55% 0.56% -
HSV(B) 66.39º 0.6% 0.8% -
XYZ 45.13 55.49 16.52 -
YUV 187.21 69.19 131.42 -
System Red Green Blue C M Y K H S L
Decimal 192 205 83 0.06 0 0.60 0.20 66.39 0.55 0.56
Hex C0 CD 53 6 0 3C 14 42 37 38
Octal 300 315 123 6 0 74 24 102 67 70
Binary 11000000 11001101 1010011 110 0 111100 10100 1000010 110111 111000

Color Harmonies of #C0CD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD53

Black with #C0CD53

Text Example


Text Example

White with #C0CD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD53; }

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

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

background-color css

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

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

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

border-color css

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

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

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