Html Css Color HEX #C2F97E Sulu

📋 copy color: '#C2F97E'

red 194 ◦ green 249 ◦ blue 126

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

Shades of Sulu #C2F97E

Tints of Sulu #C2F97E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.14%

R = 34.09%
G = 43.76%
B = 22.14%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#C2F97E (or 0xC2F97E) is known color: Sulu. HEX triplet: C2, F9 and 7E. RGB value is (194,249,126). Sum of RGB (Red+Green+Blue) = 194+249+126=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 249 (97.66% from 255 or 43.76% from 569); Blue value is 126 (49.61% from 255 or 22.14% from 569); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F97E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F97E is #3D0681. Grayscale: #DADADA. Windows color (decimal): -3999362 or 8321474. OLE color: 8321474.

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

Color convert

RGB 194 249 126 -
CMYK 0.22 0 0.49 0.02
HSL 86.83º 0.91% 0.74% -
HSV(B) 86.83º 0.49% 0.98% -
XYZ 59.89 80.73 32.16 -
YUV 218.53 75.78 110.5 -
System Red Green Blue C M Y K H S L
Decimal 194 249 126 0.22 0 0.49 0.02 86.83 0.91 0.74
Hex C2 F9 7E 16 0 31 2 57 5B 4A
Octal 302 371 176 26 0 61 2 127 133 112
Binary 11000010 11111001 1111110 10110 0 110001 10 1010111 1011011 1001010

Color Harmonies of #C2F97E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F97E

Black with #C2F97E

Text Example


Text Example

White with #C2F97E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F97E; }

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

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

background-color css

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

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

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

border-color css

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

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

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