Html Css Color HEX #C1ED76 Sulu

📋 copy color: '#C1ED76'

red 193 ◦ green 237 ◦ blue 118

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

Shades of Sulu #C1ED76

Tints of Sulu #C1ED76

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.25%

 BLUE value IS 118 (46.48% from 255) = 21.53%

R = 35.22%
G = 43.25%
B = 21.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#C1ED76 (or 0xC1ED76) is known color: Sulu. HEX triplet: C1, ED and 76. RGB value is (193,237,118). Sum of RGB (Red+Green+Blue) = 193+237+118=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 237 (92.97% from 255 or 43.25% from 548); Blue value is 118 (46.48% from 255 or 21.53% from 548); Max value from RGB is 237 - color contains mainly: green. Hex color #C1ED76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C1ED76 is #3E1289. Grayscale: #D2D2D2. Windows color (decimal): -4067978 or 7794113. OLE color: 7794113.

HSL color Cylindrical-coordinate representation of color #C1ED76: hue angle of 82.18º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C1ED76 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 193 237 118 -
CMYK 0.19 0 0.50 0.07
HSL 82.18º 0.77% 0.7% -
HSV(B) 82.18º 0.5% 0.93% -
XYZ 55.55 73.21 28.34 -
YUV 210.28 75.92 115.68 -
System Red Green Blue C M Y K H S L
Decimal 193 237 118 0.19 0 0.50 0.07 82.18 0.77 0.7
Hex C1 ED 76 13 0 32 7 52 4D 46
Octal 301 355 166 23 0 62 7 122 115 106
Binary 11000001 11101101 1110110 10011 0 110010 111 1010010 1001101 1000110

Color Harmonies of #C1ED76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1ED76

Black with #C1ED76

Text Example


Text Example

White with #C1ED76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1ED76; }

 p { color: rgb(193,237,118); }

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

background-color css

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

 a { background-color: rgb(193,237,118); }

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

border-color css

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

 span { border-color: rgb(193,237,118); }

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