Html Css Color HEX #C0DD69 Wild Willow

📋 copy color: '#C0DD69'

red 192 ◦ green 221 ◦ blue 105

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

Shades of Wild Willow #C0DD69

Tints of Wild Willow #C0DD69

RGB

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

 GREEN value IS 221 (86.72% from 255) = 42.66%

 BLUE value IS 105 (41.41% from 255) = 20.27%

R = 37.07%
G = 42.66%
B = 20.27%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#C0DD69 (or 0xC0DD69) is known color: Wild Willow. HEX triplet: C0, DD and 69. RGB value is (192,221,105). Sum of RGB (Red+Green+Blue) = 192+221+105=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 105 (41.41% from 255 or 20.27% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #C0DD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0DD69 is #3F2296. Grayscale: #C7C7C7. Windows color (decimal): -4137623 or 6938048. OLE color: 6938048.

HSL color Cylindrical-coordinate representation of color #C0DD69: hue angle of 75º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C0DD69 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 192 221 105 -
CMYK 0.13 0 0.52 0.13
HSL 75º 0.63% 0.64% -
HSV(B) 75º 0.52% 0.87% -
XYZ 50.14 63.94 23.06 -
YUV 199.11 74.89 122.93 -
System Red Green Blue C M Y K H S L
Decimal 192 221 105 0.13 0 0.52 0.13 75 0.63 0.64
Hex C0 DD 69 D 0 34 D 4B 3F 40
Octal 300 335 151 15 0 64 15 113 77 100
Binary 11000000 11011101 1101001 1101 0 110100 1101 1001011 111111 1000000

Color Harmonies of #C0DD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0DD69

Black with #C0DD69

Text Example


Text Example

White with #C0DD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0DD69; }

 p { color: rgb(192,221,105); }

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

background-color css

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

 a { background-color: rgb(192,221,105); }

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

border-color css

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

 span { border-color: rgb(192,221,105); }

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