Html Css Color HEX #C1D75D Wild Willow

📋 copy color: '#C1D75D'

red 193 ◦ green 215 ◦ blue 93

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

Shades of Wild Willow #C1D75D

Tints of Wild Willow #C1D75D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.91%

 BLUE value IS 93 (36.72% from 255) = 18.56%

R = 38.52%
G = 42.91%
B = 18.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#C1D75D (or 0xC1D75D) is known color: Wild Willow. HEX triplet: C1, D7 and 5D. RGB value is (193,215,93). Sum of RGB (Red+Green+Blue) = 193+215+93=501 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.52% from 501); Green value is 215 (84.38% from 255 or 42.91% from 501); Blue value is 93 (36.72% from 255 or 18.56% from 501); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D75D is #3E28A2. Grayscale: #C2C2C2. Windows color (decimal): -4073635 or 6150081. OLE color: 6150081.

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

Color convert

RGB 193 215 93 -
CMYK 0.10 0 0.57 0.16
HSL 70.82º 0.6% 0.6% -
HSV(B) 70.82º 0.57% 0.84% -
XYZ 48.27 60.73 19.53 -
YUV 194.51 70.71 126.92 -
System Red Green Blue C M Y K H S L
Decimal 193 215 93 0.10 0 0.57 0.16 70.82 0.6 0.6
Hex C1 D7 5D A 0 39 10 47 3C 3C
Octal 301 327 135 12 0 71 20 107 74 74
Binary 11000001 11010111 1011101 1010 0 111001 10000 1000111 111100 111100

Color Harmonies of #C1D75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D75D

Black with #C1D75D

Text Example


Text Example

White with #C1D75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D75D; }

 p { color: rgb(193,215,93); }

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

background-color css

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

 a { background-color: rgb(193,215,93); }

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

border-color css

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

 span { border-color: rgb(193,215,93); }

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