Html Css Color HEX #C2E382 Sulu

📋 copy color: '#C2E382'

red 194 ◦ green 227 ◦ blue 130

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

Shades of Sulu #C2E382

Tints of Sulu #C2E382

RGB

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

 GREEN value IS 227 (89.06% from 255) = 41.2%

 BLUE value IS 130 (51.17% from 255) = 23.59%

R = 35.21%
G = 41.2%
B = 23.59%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#C2E382 (or 0xC2E382) is known color: Sulu. HEX triplet: C2, E3 and 82. RGB value is (194,227,130). Sum of RGB (Red+Green+Blue) = 194+227+130=551 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.21% from 551); Green value is 227 (89.06% from 255 or 41.20% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E382 is #3D1C7D. Grayscale: #CECECE. Windows color (decimal): -4004990 or 8577986. OLE color: 8577986.

HSL color Cylindrical-coordinate representation of color #C2E382: hue angle of 80.41º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2E382 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 227 130 -
CMYK 0.15 0 0.43 0.11
HSL 80.41º 0.63% 0.7% -
HSV(B) 80.41º 0.43% 0.89% -
XYZ 53.75 68.02 31.42 -
YUV 206.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 194 227 130 0.15 0 0.43 0.11 80.41 0.63 0.7
Hex C2 E3 82 F 0 2B B 50 3F 46
Octal 302 343 202 17 0 53 13 120 77 106
Binary 11000010 11100011 10000010 1111 0 101011 1011 1010000 111111 1000110

Color Harmonies of #C2E382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E382

Black with #C2E382

Text Example


Text Example

White with #C2E382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E382; }

 p { color: rgb(194,227,130); }

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

background-color css

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

 a { background-color: rgb(194,227,130); }

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

border-color css

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

 span { border-color: rgb(194,227,130); }

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