Html Css Color HEX #C2F96E Sulu

📋 copy color: '#C2F96E'

red 194 ◦ green 249 ◦ blue 110

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

Shades of Sulu #C2F96E

Tints of Sulu #C2F96E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 19.89%

R = 35.08%
G = 45.03%
B = 19.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#C2F96E (or 0xC2F96E) is known color: Sulu. HEX triplet: C2, F9 and 6E. RGB value is (194,249,110). Sum of RGB (Red+Green+Blue) = 194+249+110=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 249 (97.66% from 255 or 45.03% from 553); Blue value is 110 (43.36% from 255 or 19.89% from 553); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F96E is #3D0691. Grayscale: #D9D9D9. Windows color (decimal): -3999378 or 7272898. OLE color: 7272898.

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

Color convert

RGB 194 249 110 -
CMYK 0.22 0 0.56 0.02
HSL 83.74º 0.92% 0.7% -
HSV(B) 83.74º 0.56% 0.98% -
XYZ 58.94 80.35 27.15 -
YUV 216.71 67.78 111.8 -
System Red Green Blue C M Y K H S L
Decimal 194 249 110 0.22 0 0.56 0.02 83.74 0.92 0.7
Hex C2 F9 6E 16 0 38 2 54 5C 46
Octal 302 371 156 26 0 70 2 124 134 106
Binary 11000010 11111001 1101110 10110 0 111000 10 1010100 1011100 1000110

Color Harmonies of #C2F96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F96E

Black with #C2F96E

Text Example


Text Example

White with #C2F96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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