Html Css Color HEX #C2F762 Sulu

📋 copy color: '#C2F762'

red 194 ◦ green 247 ◦ blue 98

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

Shades of Sulu #C2F762

Tints of Sulu #C2F762

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.83%

 BLUE value IS 98 (38.67% from 255) = 18.18%

R = 35.99%
G = 45.83%
B = 18.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#C2F762 (or 0xC2F762) is known color: Sulu. HEX triplet: C2, F7 and 62. RGB value is (194,247,98). Sum of RGB (Red+Green+Blue) = 194+247+98=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 98 (38.67% from 255 or 18.18% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #C2F762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F762 is #3D089D. Grayscale: #D6D6D6. Windows color (decimal): -3999902 or 6485954. OLE color: 6485954.

HSL color Cylindrical-coordinate representation of color #C2F762: hue angle of 81.34º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2F762 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 194 247 98 -
CMYK 0.21 0 0.60 0.03
HSL 81.34º 0.9% 0.68% -
HSV(B) 81.34º 0.6% 0.97% -
XYZ 57.71 78.87 23.74 -
YUV 214.17 62.44 113.62 -
System Red Green Blue C M Y K H S L
Decimal 194 247 98 0.21 0 0.60 0.03 81.34 0.9 0.68
Hex C2 F7 62 15 0 3C 3 51 5A 44
Octal 302 367 142 25 0 74 3 121 132 104
Binary 11000010 11110111 1100010 10101 0 111100 11 1010001 1011010 1000100

Color Harmonies of #C2F762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F762

Black with #C2F762

Text Example


Text Example

White with #C2F762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F762; }

 p { color: rgb(194,247,98); }

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

background-color css

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

 a { background-color: rgb(194,247,98); }

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

border-color css

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

 span { border-color: rgb(194,247,98); }

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