Html Css Color HEX #C1D65F Wild Willow

📋 copy color: '#C1D65F'

red 193 ◦ green 214 ◦ blue 95

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

Shades of Wild Willow #C1D65F

Tints of Wild Willow #C1D65F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.92%

R = 38.45%
G = 42.63%
B = 18.92%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#C1D65F (or 0xC1D65F) is known color: Wild Willow. HEX triplet: C1, D6 and 5F. RGB value is (193,214,95). Sum of RGB (Red+Green+Blue) = 193+214+95=502 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.45% from 502); Green value is 214 (83.98% from 255 or 42.63% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 214 - color contains mainly: green. Hex color #C1D65F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D65F is #3E29A0. Grayscale: #C2C2C2. Windows color (decimal): -4073889 or 6280897. OLE color: 6280897.

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

Color convert

RGB 193 214 95 -
CMYK 0.10 0 0.56 0.16
HSL 70.59º 0.59% 0.61% -
HSV(B) 70.59º 0.56% 0.84% -
XYZ 48.1 60.26 19.92 -
YUV 194.16 72.04 127.18 -
System Red Green Blue C M Y K H S L
Decimal 193 214 95 0.10 0 0.56 0.16 70.59 0.59 0.61
Hex C1 D6 5F A 0 38 10 47 3B 3D
Octal 301 326 137 12 0 70 20 107 73 75
Binary 11000001 11010110 1011111 1010 0 111000 10000 1000111 111011 111101

Color Harmonies of #C1D65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D65F

Black with #C1D65F

Text Example


Text Example

White with #C1D65F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D65F; }

 p { color: rgb(193,214,95); }

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

background-color css

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

 a { background-color: rgb(193,214,95); }

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

border-color css

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

 span { border-color: rgb(193,214,95); }

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