Html Css Color HEX #C1D352 Wild Willow

📋 copy color: '#C1D352'

red 193 ◦ green 211 ◦ blue 82

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

Shades of Wild Willow #C1D352

Tints of Wild Willow #C1D352

RGB

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

 GREEN value IS 211 (82.81% from 255) = 43.42%

 BLUE value IS 82 (32.42% from 255) = 16.87%

R = 39.71%
G = 43.42%
B = 16.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.61

 K value IS 0.17

RGB Variations

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

Color information

#C1D352 (or 0xC1D352) is known color: Wild Willow. HEX triplet: C1, D3 and 52. RGB value is (193,211,82). Sum of RGB (Red+Green+Blue) = 193+211+82=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 211 (82.81% from 255 or 43.42% from 486); Blue value is 82 (32.42% from 255 or 16.87% from 486); Max value from RGB is 211 - color contains mainly: green. Hex color #C1D352 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D352 is #3E2CAD. Grayscale: #BFBFBF. Windows color (decimal): -4074670 or 5428161. OLE color: 5428161.

HSL color Cylindrical-coordinate representation of color #C1D352: hue angle of 68.37º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1D352 is Cyan = 0.09, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.17.

Color convert

RGB 193 211 82 -
CMYK 0.09 0 0.61 0.17
HSL 68.37º 0.59% 0.57% -
HSV(B) 68.37º 0.61% 0.83% -
XYZ 46.81 58.54 16.81 -
YUV 190.91 66.54 129.49 -
System Red Green Blue C M Y K H S L
Decimal 193 211 82 0.09 0 0.61 0.17 68.37 0.59 0.57
Hex C1 D3 52 9 0 3D 11 44 3B 39
Octal 301 323 122 11 0 75 21 104 73 71
Binary 11000001 11010011 1010010 1001 0 111101 10001 1000100 111011 111001

Color Harmonies of #C1D352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D352

Black with #C1D352

Text Example


Text Example

White with #C1D352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D352; }

 p { color: rgb(193,211,82); }

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

background-color css

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

 a { background-color: rgb(193,211,82); }

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

border-color css

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

 span { border-color: rgb(193,211,82); }

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