Html Css Color HEX #C0D662 Wild Willow

📋 copy color: '#C0D662'

red 192 ◦ green 214 ◦ blue 98

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

Shades of Wild Willow #C0D662

Tints of Wild Willow #C0D662

RGB

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

 GREEN value IS 214 (83.98% from 255) = 42.46%

 BLUE value IS 98 (38.67% from 255) = 19.44%

R = 38.1%
G = 42.46%
B = 19.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#C0D662 (or 0xC0D662) is known color: Wild Willow. HEX triplet: C0, D6 and 62. RGB value is (192,214,98). Sum of RGB (Red+Green+Blue) = 192+214+98=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 214 (83.98% from 255 or 42.46% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 214 - color contains mainly: green. Hex color #C0D662 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0D662 is #3F299D. Grayscale: #C2C2C2. Windows color (decimal): -4139422 or 6477504. OLE color: 6477504.

HSL color Cylindrical-coordinate representation of color #C0D662: hue angle of 71.38º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0D662 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.16.

Color convert

RGB 192 214 98 -
CMYK 0.10 0 0.54 0.16
HSL 71.38º 0.59% 0.61% -
HSV(B) 71.38º 0.54% 0.84% -
XYZ 47.99 60.18 20.64 -
YUV 194.2 73.71 126.43 -
System Red Green Blue C M Y K H S L
Decimal 192 214 98 0.10 0 0.54 0.16 71.38 0.59 0.61
Hex C0 D6 62 A 0 36 10 47 3B 3D
Octal 300 326 142 12 0 66 20 107 73 75
Binary 11000000 11010110 1100010 1010 0 110110 10000 1000111 111011 111101

Color Harmonies of #C0D662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0D662

Black with #C0D662

Text Example


Text Example

White with #C0D662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0D662; }

 p { color: rgb(192,214,98); }

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

background-color css

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

 a { background-color: rgb(192,214,98); }

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

border-color css

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

 span { border-color: rgb(192,214,98); }

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