Html Css Color HEX #C2E586 Sulu

📋 copy color: '#C2E586'

red 194 ◦ green 229 ◦ blue 134

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

Shades of Sulu #C2E586

Tints of Sulu #C2E586

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.11%

 BLUE value IS 134 (52.73% from 255) = 24.06%

R = 34.83%
G = 41.11%
B = 24.06%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.41

 K value IS 0.10

RGB Variations

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

Color information

#C2E586 (or 0xC2E586) is known color: Sulu. HEX triplet: C2, E5 and 86. RGB value is (194,229,134). Sum of RGB (Red+Green+Blue) = 194+229+134=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 229 (89.84% from 255 or 41.11% from 557); Blue value is 134 (52.73% from 255 or 24.06% from 557); Max value from RGB is 229 - color contains mainly: green. Hex color #C2E586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E586 is #3D1A79. Grayscale: #D0D0D0. Windows color (decimal): -4004474 or 8840642. OLE color: 8840642.

HSL color Cylindrical-coordinate representation of color #C2E586: hue angle of 82.11º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C2E586 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB 194 229 134 -
CMYK 0.15 0 0.41 0.10
HSL 82.11º 0.65% 0.71% -
HSV(B) 82.11º 0.41% 0.9% -
XYZ 54.57 69.23 33.04 -
YUV 207.71 86.4 118.22 -
System Red Green Blue C M Y K H S L
Decimal 194 229 134 0.15 0 0.41 0.10 82.11 0.65 0.71
Hex C2 E5 86 F 0 29 A 52 41 47
Octal 302 345 206 17 0 51 12 122 101 107
Binary 11000010 11100101 10000110 1111 0 101001 1010 1010010 1000001 1000111

Color Harmonies of #C2E586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E586

Black with #C2E586

Text Example


Text Example

White with #C2E586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E586; }

 p { color: rgb(194,229,134); }

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

background-color css

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

 a { background-color: rgb(194,229,134); }

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

border-color css

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

 span { border-color: rgb(194,229,134); }

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