Html Css Color HEX #C6D270 Wild Willow

📋 copy color: '#C6D270'

red 198 ◦ green 210 ◦ blue 112

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

Shades of Wild Willow #C6D270

Tints of Wild Willow #C6D270

RGB

 RED value IS 198 (77.73% from 255) = 38.08%

 GREEN value IS 210 (82.42% from 255) = 40.38%

 BLUE value IS 112 (44.14% from 255) = 21.54%

R = 38.08%
G = 40.38%
B = 21.54%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#C6D270 (or 0xC6D270) is known color: Wild Willow. HEX triplet: C6, D2 and 70. RGB value is (198,210,112). Sum of RGB (Red+Green+Blue) = 198+210+112=520 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.08% from 520); Green value is 210 (82.42% from 255 or 40.38% from 520); Blue value is 112 (44.14% from 255 or 21.54% from 520); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6D270 is #392D8F. Grayscale: #C3C3C3. Windows color (decimal): -3747216 or 7393990. OLE color: 7393990.

HSL color Cylindrical-coordinate representation of color #C6D270: hue angle of 67.35º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C6D270 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 210 112 -
CMYK 0.06 0 0.47 0.18
HSL 67.35º 0.52% 0.63% -
HSV(B) 67.35º 0.47% 0.82% -
XYZ 49.26 59.27 24.17 -
YUV 195.24 81.02 129.97 -
System Red Green Blue C M Y K H S L
Decimal 198 210 112 0.06 0 0.47 0.18 67.35 0.52 0.63
Hex C6 D2 70 6 0 2F 12 43 34 3F
Octal 306 322 160 6 0 57 22 103 64 77
Binary 11000110 11010010 1110000 110 0 101111 10010 1000011 110100 111111

Color Harmonies of #C6D270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D270

Black with #C6D270

Text Example


Text Example

White with #C6D270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D270; }

 p { color: rgb(198,210,112); }

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

background-color css

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

 a { background-color: rgb(198,210,112); }

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

border-color css

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

 span { border-color: rgb(198,210,112); }

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