Html Css Color HEX #C5F96F Sulu

📋 copy color: '#C5F96F'

red 197 ◦ green 249 ◦ blue 111

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

Shades of Sulu #C5F96F

Tints of Sulu #C5F96F

RGB

 RED value IS 197 (77.34% from 255) = 35.37%

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

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

R = 35.37%
G = 44.7%
B = 19.93%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#C5F96F (or 0xC5F96F) is known color: Sulu. HEX triplet: C5, F9 and 6F. RGB value is (197,249,111). Sum of RGB (Red+Green+Blue) = 197+249+111=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 111 (43.75% from 255 or 19.93% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F96F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F96F is #3A0690. Grayscale: #DADADA. Windows color (decimal): -3802769 or 7338437. OLE color: 7338437.

HSL color Cylindrical-coordinate representation of color #C5F96F: hue angle of 82.61º 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 #C5F96F is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 249 111 -
CMYK 0.21 0 0.55 0.02
HSL 82.61º 0.92% 0.71% -
HSV(B) 82.61º 0.55% 0.98% -
XYZ 59.77 80.77 27.48 -
YUV 217.72 67.77 113.22 -
System Red Green Blue C M Y K H S L
Decimal 197 249 111 0.21 0 0.55 0.02 82.61 0.92 0.71
Hex C5 F9 6F 15 0 37 2 53 5C 47
Octal 305 371 157 25 0 67 2 123 134 107
Binary 11000101 11111001 1101111 10101 0 110111 10 1010011 1011100 1000111

Color Harmonies of #C5F96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F96F

Black with #C5F96F

Text Example


Text Example

White with #C5F96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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