Html Css Color HEX #C5FC73 Sulu

📋 copy color: '#C5FC73'

red 197 ◦ green 252 ◦ blue 115

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

Shades of Sulu #C5FC73

Tints of Sulu #C5FC73

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.68%

 BLUE value IS 115 (45.31% from 255) = 20.39%

R = 34.93%
G = 44.68%
B = 20.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#C5FC73 (or 0xC5FC73) is known color: Sulu. HEX triplet: C5, FC and 73. RGB value is (197,252,115). Sum of RGB (Red+Green+Blue) = 197+252+115=564 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.93% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 115 (45.31% from 255 or 20.39% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FC73 is #3A038C. Grayscale: #DCDCDC. Windows color (decimal): -3801997 or 7601349. OLE color: 7601349.

HSL color Cylindrical-coordinate representation of color #C5FC73: hue angle of 84.09º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C5FC73 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 252 115 -
CMYK 0.22 0 0.54 0.01
HSL 84.09º 0.96% 0.72% -
HSV(B) 84.09º 0.54% 0.99% -
XYZ 60.93 82.73 28.98 -
YUV 219.94 68.78 111.64 -
System Red Green Blue C M Y K H S L
Decimal 197 252 115 0.22 0 0.54 0.01 84.09 0.96 0.72
Hex C5 FC 73 16 0 36 1 54 60 48
Octal 305 374 163 26 0 66 1 124 140 110
Binary 11000101 11111100 1110011 10110 0 110110 1 1010100 1100000 1001000

Color Harmonies of #C5FC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FC73

Black with #C5FC73

Text Example


Text Example

White with #C5FC73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FC73; }

 p { color: rgb(197,252,115); }

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

background-color css

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

 a { background-color: rgb(197,252,115); }

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

border-color css

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

 span { border-color: rgb(197,252,115); }

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