Html Css Color HEX #C2E681 Sulu

📋 copy color: '#C2E681'

red 194 ◦ green 230 ◦ blue 129

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

Shades of Sulu #C2E681

Tints of Sulu #C2E681

RGB

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

 GREEN value IS 230 (90.23% from 255) = 41.59%

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

R = 35.08%
G = 41.59%
B = 23.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.44

 K value IS 0.10

RGB Variations

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

Color information

#C2E681 (or 0xC2E681) is known color: Sulu. HEX triplet: C2, E6 and 81. RGB value is (194,230,129). Sum of RGB (Red+Green+Blue) = 194+230+129=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 230 (90.23% from 255 or 41.59% from 553); Blue value is 129 (50.78% from 255 or 23.33% from 553); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E681 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2E681 is #3D197E. Grayscale: #D0D0D0. Windows color (decimal): -4004223 or 8513218. OLE color: 8513218.

HSL color Cylindrical-coordinate representation of color #C2E681: hue angle of 81.39º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2E681 is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 230 129 -
CMYK 0.16 0 0.44 0.10
HSL 81.39º 0.67% 0.7% -
HSV(B) 81.39º 0.44% 0.9% -
XYZ 54.51 69.65 31.34 -
YUV 207.72 83.57 118.21 -
System Red Green Blue C M Y K H S L
Decimal 194 230 129 0.16 0 0.44 0.10 81.39 0.67 0.7
Hex C2 E6 81 10 0 2C A 51 43 46
Octal 302 346 201 20 0 54 12 121 103 106
Binary 11000010 11100110 10000001 10000 0 101100 1010 1010001 1000011 1000110

Color Harmonies of #C2E681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E681

Black with #C2E681

Text Example


Text Example

White with #C2E681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E681; }

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

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

background-color css

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

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

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

border-color css

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

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

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