Html Css Color HEX #C1D450 Wild Willow

📋 copy color: '#C1D450'

red 193 ◦ green 212 ◦ blue 80

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

Shades of Wild Willow #C1D450

Tints of Wild Willow #C1D450

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.71%

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

R = 39.79%
G = 43.71%
B = 16.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.62

 K value IS 0.17

RGB Variations

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

Color information

#C1D450 (or 0xC1D450) is known color: Wild Willow. HEX triplet: C1, D4 and 50. RGB value is (193,212,80). Sum of RGB (Red+Green+Blue) = 193+212+80=485 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.79% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 80 (31.64% from 255 or 16.49% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #C1D450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1D450 is #3E2BAF. Grayscale: #BFBFBF. Windows color (decimal): -4074416 or 5297345. OLE color: 5297345.

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

Color convert

RGB 193 212 80 -
CMYK 0.09 0 0.62 0.17
HSL 68.64º 0.61% 0.57% -
HSV(B) 68.64º 0.62% 0.83% -
XYZ 46.98 59 16.5 -
YUV 191.27 65.21 129.23 -
System Red Green Blue C M Y K H S L
Decimal 193 212 80 0.09 0 0.62 0.17 68.64 0.61 0.57
Hex C1 D4 50 9 0 3E 11 45 3D 39
Octal 301 324 120 11 0 76 21 105 75 71
Binary 11000001 11010100 1010000 1001 0 111110 10001 1000101 111101 111001

Color Harmonies of #C1D450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D450

Black with #C1D450

Text Example


Text Example

White with #C1D450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D450; }

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

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

background-color css

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

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

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

border-color css

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

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

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