Html Css Color HEX #C5F96D Sulu

📋 copy color: '#C5F96D'

red 197 ◦ green 249 ◦ blue 109

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

Shades of Sulu #C5F96D

Tints of Sulu #C5F96D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 19.64%

R = 35.5%
G = 44.86%
B = 19.64%

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

#C5F96D (or 0xC5F96D) is known color: Sulu. HEX triplet: C5, F9 and 6D. RGB value is (197,249,109). Sum of RGB (Red+Green+Blue) = 197+249+109=555 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.50% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 109 (42.97% from 255 or 19.64% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #C5F96D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F96D is #3A0692. Grayscale: #DADADA. Windows color (decimal): -3802771 or 7207365. OLE color: 7207365.

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

Color convert

RGB 197 249 109 -
CMYK 0.21 0 0.56 0.02
HSL 82.29º 0.92% 0.7% -
HSV(B) 82.29º 0.56% 0.98% -
XYZ 59.66 80.73 26.91 -
YUV 217.49 66.77 113.38 -
System Red Green Blue C M Y K H S L
Decimal 197 249 109 0.21 0 0.56 0.02 82.29 0.92 0.7
Hex C5 F9 6D 15 0 38 2 52 5C 46
Octal 305 371 155 25 0 70 2 122 134 106
Binary 11000101 11111001 1101101 10101 0 111000 10 1010010 1011100 1000110

Color Harmonies of #C5F96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F96D

Black with #C5F96D

Text Example


Text Example

White with #C5F96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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