Html Css Color HEX #C1D270 Wild Willow

📋 copy color: '#C1D270'

red 193 ◦ green 210 ◦ blue 112

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

Shades of Wild Willow #C1D270

Tints of Wild Willow #C1D270

RGB

 RED value IS 193 (75.78% from 255) = 37.48%

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

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

R = 37.48%
G = 40.78%
B = 21.75%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#C1D270 (or 0xC1D270) is known color: Wild Willow. HEX triplet: C1, D2 and 70. RGB value is (193,210,112). Sum of RGB (Red+Green+Blue) = 193+210+112=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 112 (44.14% from 255 or 21.75% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D270 is #3E2D8F. Grayscale: #C2C2C2. Windows color (decimal): -4074896 or 7393985. OLE color: 7393985.

HSL color Cylindrical-coordinate representation of color #C1D270: hue angle of 70.41º 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 #C1D270 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 210 112 -
CMYK 0.08 0 0.47 0.18
HSL 70.41º 0.52% 0.63% -
HSV(B) 70.41º 0.47% 0.82% -
XYZ 47.96 58.6 24.11 -
YUV 193.75 81.87 127.47 -
System Red Green Blue C M Y K H S L
Decimal 193 210 112 0.08 0 0.47 0.18 70.41 0.52 0.63
Hex C1 D2 70 8 0 2F 12 46 34 3F
Octal 301 322 160 10 0 57 22 106 64 77
Binary 11000001 11010010 1110000 1000 0 101111 10010 1000110 110100 111111

Color Harmonies of #C1D270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D270

Black with #C1D270

Text Example


Text Example

White with #C1D270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D270; }

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

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

background-color css

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

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

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

border-color css

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

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

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