Html Css Color HEX #C5FD61 Sulu

📋 copy color: '#C5FD61'

red 197 ◦ green 253 ◦ blue 97

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

Shades of Sulu #C5FD61

Tints of Sulu #C5FD61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 17.73%

R = 36.01%
G = 46.25%
B = 17.73%

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

#C5FD61 (or 0xC5FD61) is known color: Sulu. HEX triplet: C5, FD and 61. RGB value is (197,253,97). Sum of RGB (Red+Green+Blue) = 197+253+97=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 253 (99.22% from 255 or 46.25% from 547); Blue value is 97 (38.28% from 255 or 17.73% from 547); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FD61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FD61 is #3A029E. Grayscale: #DBDBDB. Windows color (decimal): -3801759 or 6421957. OLE color: 6421957.

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

Color convert

RGB 197 253 97 -
CMYK 0.22 0 0.62 0.01
HSL 81.54º 0.98% 0.69% -
HSV(B) 81.54º 0.62% 0.99% -
XYZ 60.31 82.98 24.15 -
YUV 218.47 59.45 112.68 -
System Red Green Blue C M Y K H S L
Decimal 197 253 97 0.22 0 0.62 0.01 81.54 0.98 0.69
Hex C5 FD 61 16 0 3E 1 52 62 45
Octal 305 375 141 26 0 76 1 122 142 105
Binary 11000101 11111101 1100001 10110 0 111110 1 1010010 1100010 1000101

Color Harmonies of #C5FD61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FD61

Black with #C5FD61

Text Example


Text Example

White with #C5FD61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FD61; }

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

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

background-color css

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

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

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

border-color css

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

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

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