Html Css Color HEX #C2F96F Sulu

📋 copy color: '#C2F96F'

red 194 ◦ green 249 ◦ blue 111

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

Shades of Sulu #C2F96F

Tints of Sulu #C2F96F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.04%

R = 35.02%
G = 44.95%
B = 20.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#C2F96F (or 0xC2F96F) is known color: Sulu. HEX triplet: C2, F9 and 6F. RGB value is (194,249,111). Sum of RGB (Red+Green+Blue) = 194+249+111=554 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.02% from 554); Green value is 249 (97.66% from 255 or 44.95% from 554); Blue value is 111 (43.75% from 255 or 20.04% from 554); Max value from RGB is 249 - color contains mainly: green. Hex color #C2F96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2F96F is #3D0690. Grayscale: #D9D9D9. Windows color (decimal): -3999377 or 7338434. OLE color: 7338434.

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

Color convert

RGB 194 249 111 -
CMYK 0.22 0 0.55 0.02
HSL 83.91º 0.92% 0.71% -
HSV(B) 83.91º 0.55% 0.98% -
XYZ 58.99 80.37 27.44 -
YUV 216.82 68.28 111.72 -
System Red Green Blue C M Y K H S L
Decimal 194 249 111 0.22 0 0.55 0.02 83.91 0.92 0.71
Hex C2 F9 6F 16 0 37 2 54 5C 47
Octal 302 371 157 26 0 67 2 124 134 107
Binary 11000010 11111001 1101111 10110 0 110111 10 1010100 1011100 1000111

Color Harmonies of #C2F96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F96F

Black with #C2F96F

Text Example


Text Example

White with #C2F96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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