Html Css Color HEX #C2E981 Sulu

📋 copy color: '#C2E981'

red 194 ◦ green 233 ◦ blue 129

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

Shades of Sulu #C2E981

Tints of Sulu #C2E981

RGB

 RED value IS 194 (76.17% from 255) = 34.89%

 GREEN value IS 233 (91.41% from 255) = 41.91%

 BLUE value IS 129 (50.78% from 255) = 23.2%

R = 34.89%
G = 41.91%
B = 23.2%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#C2E981 (or 0xC2E981) is known color: Sulu. HEX triplet: C2, E9 and 81. RGB value is (194,233,129). Sum of RGB (Red+Green+Blue) = 194+233+129=556 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.89% from 556); Green value is 233 (91.41% from 255 or 41.91% from 556); Blue value is 129 (50.78% from 255 or 23.20% from 556); Max value from RGB is 233 - color contains mainly: green. Hex color #C2E981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E981 is #3D167E. Grayscale: #D1D1D1. Windows color (decimal): -4003455 or 8513986. OLE color: 8513986.

HSL color Cylindrical-coordinate representation of color #C2E981: hue angle of 82.5º degrees, saturation: 0.7, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C2E981 is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 194 233 129 -
CMYK 0.17 0 0.45 0.09
HSL 82.5º 0.7% 0.71% -
HSV(B) 82.5º 0.45% 0.91% -
XYZ 55.35 71.33 31.62 -
YUV 209.48 82.58 116.96 -
System Red Green Blue C M Y K H S L
Decimal 194 233 129 0.17 0 0.45 0.09 82.5 0.7 0.71
Hex C2 E9 81 11 0 2D 9 52 46 47
Octal 302 351 201 21 0 55 11 122 106 107
Binary 11000010 11101001 10000001 10001 0 101101 1001 1010010 1000110 1000111

Color Harmonies of #C2E981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E981

Black with #C2E981

Text Example


Text Example

White with #C2E981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E981; }

 p { color: rgb(194,233,129); }

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

background-color css

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

 a { background-color: rgb(194,233,129); }

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

border-color css

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

 span { border-color: rgb(194,233,129); }

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