Html Css Color HEX #C1CD50 Wild Willow

📋 copy color: '#C1CD50'

red 193 ◦ green 205 ◦ blue 80

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

Shades of Wild Willow #C1CD50

Tints of Wild Willow #C1CD50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 16.74%

R = 40.38%
G = 42.89%
B = 16.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#C1CD50 (or 0xC1CD50) is known color: Wild Willow. HEX triplet: C1, CD and 50. RGB value is (193,205,80). Sum of RGB (Red+Green+Blue) = 193+205+80=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 80 (31.64% from 255 or 16.74% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #C1CD50 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1CD50 is #3E32AF. Grayscale: #BBBBBB. Windows color (decimal): -4076208 or 5295553. OLE color: 5295553.

HSL color Cylindrical-coordinate representation of color #C1CD50: hue angle of 65.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C1CD50 is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB 193 205 80 -
CMYK 0.06 0 0.61 0.20
HSL 65.76º 0.56% 0.56% -
HSV(B) 65.76º 0.61% 0.8% -
XYZ 45.27 55.58 15.93 -
YUV 187.16 67.52 132.16 -
System Red Green Blue C M Y K H S L
Decimal 193 205 80 0.06 0 0.61 0.20 65.76 0.56 0.56
Hex C1 CD 50 6 0 3D 14 42 38 38
Octal 301 315 120 6 0 75 24 102 70 70
Binary 11000001 11001101 1010000 110 0 111101 10100 1000010 111000 111000

Color Harmonies of #C1CD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CD50

Black with #C1CD50

Text Example


Text Example

White with #C1CD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CD50; }

 p { color: rgb(193,205,80); }

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

background-color css

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

 a { background-color: rgb(193,205,80); }

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

border-color css

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

 span { border-color: rgb(193,205,80); }

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