Html Css Color HEX #C2E482 Sulu

📋 copy color: '#C2E482'

red 194 ◦ green 228 ◦ blue 130

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

Shades of Sulu #C2E482

Tints of Sulu #C2E482

RGB

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

 GREEN value IS 228 (89.45% from 255) = 41.3%

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

R = 35.14%
G = 41.3%
B = 23.55%

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

#C2E482 (or 0xC2E482) is known color: Sulu. HEX triplet: C2, E4 and 82. RGB value is (194,228,130). Sum of RGB (Red+Green+Blue) = 194+228+130=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 228 (89.45% from 255 or 41.30% from 552); Blue value is 130 (51.17% from 255 or 23.55% from 552); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2E482 is #3D1B7D. Grayscale: #CFCFCF. Windows color (decimal): -4004734 or 8578242. OLE color: 8578242.

HSL color Cylindrical-coordinate representation of color #C2E482: hue angle of 80.82º degrees, saturation: 0.64, 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 #C2E482 is Cyan = 0.15, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 194 228 130 -
CMYK 0.15 0 0.43 0.11
HSL 80.82º 0.64% 0.7% -
HSV(B) 80.82º 0.43% 0.89% -
XYZ 54.02 68.57 31.51 -
YUV 206.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 194 228 130 0.15 0 0.43 0.11 80.82 0.64 0.7
Hex C2 E4 82 F 0 2B B 51 40 46
Octal 302 344 202 17 0 53 13 121 100 106
Binary 11000010 11100100 10000010 1111 0 101011 1011 1010001 1000000 1000110

Color Harmonies of #C2E482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2E482

Black with #C2E482

Text Example


Text Example

White with #C2E482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2E482; }

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

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

background-color css

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

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

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

border-color css

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

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

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