Html Css Color HEX #C2CD5D Wild Willow

📋 copy color: '#C2CD5D'

red 194 ◦ green 205 ◦ blue 93

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

Shades of Wild Willow #C2CD5D

Tints of Wild Willow #C2CD5D

RGB

 RED value IS 194 (76.17% from 255) = 39.43%

 GREEN value IS 205 (80.47% from 255) = 41.67%

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

R = 39.43%
G = 41.67%
B = 18.9%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#C2CD5D (or 0xC2CD5D) is known color: Wild Willow. HEX triplet: C2, CD and 5D. RGB value is (194,205,93). Sum of RGB (Red+Green+Blue) = 194+205+93=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2CD5D is #3D32A2. Grayscale: #BDBDBD. Windows color (decimal): -4010659 or 6147522. OLE color: 6147522.

HSL color Cylindrical-coordinate representation of color #C2CD5D: hue angle of 65.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2CD5D is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 205 93 -
CMYK 0.05 0 0.55 0.20
HSL 65.89º 0.53% 0.58% -
HSV(B) 65.89º 0.55% 0.8% -
XYZ 46.06 55.92 18.72 -
YUV 188.94 73.86 131.61 -
System Red Green Blue C M Y K H S L
Decimal 194 205 93 0.05 0 0.55 0.20 65.89 0.53 0.58
Hex C2 CD 5D 5 0 37 14 42 35 3A
Octal 302 315 135 5 0 67 24 102 65 72
Binary 11000010 11001101 1011101 101 0 110111 10100 1000010 110101 111010

Color Harmonies of #C2CD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CD5D

Black with #C2CD5D

Text Example


Text Example

White with #C2CD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CD5D; }

 p { color: rgb(194,205,93); }

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

background-color css

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

 a { background-color: rgb(194,205,93); }

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

border-color css

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

 span { border-color: rgb(194,205,93); }

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