Html Css Color HEX #C2D05D Wild Willow

📋 copy color: '#C2D05D'

red 194 ◦ green 208 ◦ blue 93

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

Shades of Wild Willow #C2D05D

Tints of Wild Willow #C2D05D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.02%

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

R = 39.19%
G = 42.02%
B = 18.79%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#C2D05D (or 0xC2D05D) is known color: Wild Willow. HEX triplet: C2, D0 and 5D. RGB value is (194,208,93). Sum of RGB (Red+Green+Blue) = 194+208+93=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 208 (81.64% from 255 or 42.02% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D05D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2D05D is #3D2FA2. Grayscale: #BFBFBF. Windows color (decimal): -4009891 or 6148290. OLE color: 6148290.

HSL color Cylindrical-coordinate representation of color #C2D05D: hue angle of 67.3º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2D05D is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 208 93 -
CMYK 0.07 0 0.55 0.18
HSL 67.3º 0.55% 0.59% -
HSV(B) 67.3º 0.55% 0.82% -
XYZ 46.78 57.37 18.96 -
YUV 190.7 72.86 130.35 -
System Red Green Blue C M Y K H S L
Decimal 194 208 93 0.07 0 0.55 0.18 67.3 0.55 0.59
Hex C2 D0 5D 7 0 37 12 43 37 3B
Octal 302 320 135 7 0 67 22 103 67 73
Binary 11000010 11010000 1011101 111 0 110111 10010 1000011 110111 111011

Color Harmonies of #C2D05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D05D

Black with #C2D05D

Text Example


Text Example

White with #C2D05D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D05D; }

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

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

background-color css

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

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

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

border-color css

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

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

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