Html Css Color HEX #C2F97C Sulu

📋 copy color: '#C2F97C'

red 194 ◦ green 249 ◦ blue 124

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

Shades of Sulu #C2F97C

Tints of Sulu #C2F97C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 21.87%

R = 34.22%
G = 43.92%
B = 21.87%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#C2F97C (or 0xC2F97C) is known color: Sulu. HEX triplet: C2, F9 and 7C. RGB value is (194,249,124). Sum of RGB (Red+Green+Blue) = 194+249+124=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 124 (48.83% from 255 or 21.87% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F97C is #3D0683. Grayscale: #DADADA. Windows color (decimal): -3999364 or 8190402. OLE color: 8190402.

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

Color convert

RGB 194 249 124 -
CMYK 0.22 0 0.50 0.02
HSL 86.4º 0.91% 0.73% -
HSV(B) 86.4º 0.5% 0.98% -
XYZ 59.76 80.68 31.49 -
YUV 218.31 74.78 110.66 -
System Red Green Blue C M Y K H S L
Decimal 194 249 124 0.22 0 0.50 0.02 86.4 0.91 0.73
Hex C2 F9 7C 16 0 32 2 56 5B 49
Octal 302 371 174 26 0 62 2 126 133 111
Binary 11000010 11111001 1111100 10110 0 110010 10 1010110 1011011 1001001

Color Harmonies of #C2F97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F97C

Black with #C2F97C

Text Example


Text Example

White with #C2F97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F97C; }

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

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

background-color css

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

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

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

border-color css

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

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

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