Html Css Color HEX #C0CD4F Wild Willow

📋 copy color: '#C0CD4F'

red 192 ◦ green 205 ◦ blue 79

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

Shades of Wild Willow #C0CD4F

Tints of Wild Willow #C0CD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 16.6%

R = 40.34%
G = 43.07%
B = 16.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#C0CD4F (or 0xC0CD4F) is known color: Wild Willow. HEX triplet: C0, CD and 4F. RGB value is (192,205,79). Sum of RGB (Red+Green+Blue) = 192+205+79=476 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.34% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 79 (31.25% from 255 or 16.60% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #C0CD4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0CD4F is #3F32B0. Grayscale: #BBBBBB. Windows color (decimal): -4141745 or 5230016. OLE color: 5230016.

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

Color convert

RGB 192 205 79 -
CMYK 0.06 0 0.61 0.20
HSL 66.19º 0.56% 0.56% -
HSV(B) 66.19º 0.61% 0.8% -
XYZ 44.98 55.43 15.73 -
YUV 186.75 67.19 131.75 -
System Red Green Blue C M Y K H S L
Decimal 192 205 79 0.06 0 0.61 0.20 66.19 0.56 0.56
Hex C0 CD 4F 6 0 3D 14 42 38 38
Octal 300 315 117 6 0 75 24 102 70 70
Binary 11000000 11001101 1001111 110 0 111101 10100 1000010 111000 111000

Color Harmonies of #C0CD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0CD4F

Black with #C0CD4F

Text Example


Text Example

White with #C0CD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0CD4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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