Html Css Color HEX #C2F982 Sulu

📋 copy color: '#C2F982'

red 194 ◦ green 249 ◦ blue 130

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

Shades of Sulu #C2F982

Tints of Sulu #C2F982

RGB

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

 GREEN value IS 249 (97.66% from 255) = 43.46%

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

R = 33.86%
G = 43.46%
B = 22.69%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#C2F982 (or 0xC2F982) is known color: Sulu. HEX triplet: C2, F9 and 82. RGB value is (194,249,130). Sum of RGB (Red+Green+Blue) = 194+249+130=573 (75% of max value = 765). Red value is 194 (76.17% from 255 or 33.86% from 573); Green value is 249 (97.66% from 255 or 43.46% from 573); Blue value is 130 (51.17% from 255 or 22.69% from 573); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F982 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C2F982 is #3D067D. Grayscale: #DBDBDB. Windows color (decimal): -3999358 or 8583618. OLE color: 8583618.

HSL color Cylindrical-coordinate representation of color #C2F982: hue angle of 87.73º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C2F982 is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 249 130 -
CMYK 0.22 0 0.48 0.02
HSL 87.73º 0.91% 0.74% -
HSV(B) 87.73º 0.48% 0.98% -
XYZ 60.15 80.83 33.55 -
YUV 218.99 77.78 110.18 -
System Red Green Blue C M Y K H S L
Decimal 194 249 130 0.22 0 0.48 0.02 87.73 0.91 0.74
Hex C2 F9 82 16 0 30 2 58 5B 4A
Octal 302 371 202 26 0 60 2 130 133 112
Binary 11000010 11111001 10000010 10110 0 110000 10 1011000 1011011 1001010

Color Harmonies of #C2F982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F982

Black with #C2F982

Text Example


Text Example

White with #C2F982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F982; }

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

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

background-color css

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

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

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

border-color css

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

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

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