Html Css Color HEX #C5F96E Sulu

📋 copy color: '#C5F96E'

red 197 ◦ green 249 ◦ blue 110

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

Shades of Sulu #C5F96E

Tints of Sulu #C5F96E

RGB

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

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

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

R = 35.43%
G = 44.78%
B = 19.78%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#C5F96E (or 0xC5F96E) is known color: Sulu. HEX triplet: C5, F9 and 6E. RGB value is (197,249,110). Sum of RGB (Red+Green+Blue) = 197+249+110=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 110 (43.36% from 255 or 19.78% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F96E is #3A0691. Grayscale: #DADADA. Windows color (decimal): -3802770 or 7272901. OLE color: 7272901.

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

Color convert

RGB 197 249 110 -
CMYK 0.21 0 0.56 0.02
HSL 82.45º 0.92% 0.7% -
HSV(B) 82.45º 0.56% 0.98% -
XYZ 59.72 80.75 27.19 -
YUV 217.61 67.27 113.3 -
System Red Green Blue C M Y K H S L
Decimal 197 249 110 0.21 0 0.56 0.02 82.45 0.92 0.7
Hex C5 F9 6E 15 0 38 2 52 5C 46
Octal 305 371 156 25 0 70 2 122 134 106
Binary 11000101 11111001 1101110 10101 0 111000 10 1010010 1011100 1000110

Color Harmonies of #C5F96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F96E

Black with #C5F96E

Text Example


Text Example

White with #C5F96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F96E; }

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

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

background-color css

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

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

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

border-color css

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

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

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