Html Css Color HEX #C5FD60 Sulu

📋 copy color: '#C5FD60'

red 197 ◦ green 253 ◦ blue 96

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

Shades of Sulu #C5FD60

Tints of Sulu #C5FD60

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.34%

 BLUE value IS 96 (37.89% from 255) = 17.58%

R = 36.08%
G = 46.34%
B = 17.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#C5FD60 (or 0xC5FD60) is known color: Sulu. HEX triplet: C5, FD and 60. RGB value is (197,253,96). Sum of RGB (Red+Green+Blue) = 197+253+96=546 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.08% from 546); Green value is 253 (99.22% from 255 or 46.34% from 546); Blue value is 96 (37.89% from 255 or 17.58% from 546); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FD60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FD60 is #3A029F. Grayscale: #DADADA. Windows color (decimal): -3801760 or 6356421. OLE color: 6356421.

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

Color convert

RGB 197 253 96 -
CMYK 0.22 0 0.62 0.01
HSL 81.4º 0.98% 0.68% -
HSV(B) 81.4º 0.62% 0.99% -
XYZ 60.26 82.97 23.9 -
YUV 218.36 58.95 112.77 -
System Red Green Blue C M Y K H S L
Decimal 197 253 96 0.22 0 0.62 0.01 81.4 0.98 0.68
Hex C5 FD 60 16 0 3E 1 51 62 44
Octal 305 375 140 26 0 76 1 121 142 104
Binary 11000101 11111101 1100000 10110 0 111110 1 1010001 1100010 1000100

Color Harmonies of #C5FD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FD60

Black with #C5FD60

Text Example


Text Example

White with #C5FD60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FD60; }

 p { color: rgb(197,253,96); }

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

background-color css

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

 a { background-color: rgb(197,253,96); }

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

border-color css

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

 span { border-color: rgb(197,253,96); }

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