Html Css Color HEX #C1DE76 Sulu

📋 copy color: '#C1DE76'

red 193 ◦ green 222 ◦ blue 118

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

Shades of Sulu #C1DE76

Tints of Sulu #C1DE76

RGB

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

 GREEN value IS 222 (87.11% from 255) = 41.65%

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

R = 36.21%
G = 41.65%
B = 22.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#C1DE76 (or 0xC1DE76) is known color: Sulu. HEX triplet: C1, DE and 76. RGB value is (193,222,118). Sum of RGB (Red+Green+Blue) = 193+222+118=533 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.21% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 118 (46.48% from 255 or 22.14% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #C1DE76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1DE76 is #3E2189. Grayscale: #C9C9C9. Windows color (decimal): -4071818 or 7790273. OLE color: 7790273.

HSL color Cylindrical-coordinate representation of color #C1DE76: hue angle of 76.73º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C1DE76 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 193 222 118 -
CMYK 0.13 0 0.47 0.13
HSL 76.73º 0.61% 0.67% -
HSV(B) 76.73º 0.47% 0.87% -
XYZ 51.38 64.89 26.96 -
YUV 201.47 80.89 121.96 -
System Red Green Blue C M Y K H S L
Decimal 193 222 118 0.13 0 0.47 0.13 76.73 0.61 0.67
Hex C1 DE 76 D 0 2F D 4D 3D 43
Octal 301 336 166 15 0 57 15 115 75 103
Binary 11000001 11011110 1110110 1101 0 101111 1101 1001101 111101 1000011

Color Harmonies of #C1DE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1DE76

Black with #C1DE76

Text Example


Text Example

White with #C1DE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1DE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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