Html Css Color HEX #C5FB61 Sulu

📋 copy color: '#C5FB61'

red 197 ◦ green 251 ◦ blue 97

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

Shades of Sulu #C5FB61

Tints of Sulu #C5FB61

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.06%

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

R = 36.15%
G = 46.06%
B = 17.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#C5FB61 (or 0xC5FB61) is known color: Sulu. HEX triplet: C5, FB and 61. RGB value is (197,251,97). Sum of RGB (Red+Green+Blue) = 197+251+97=545 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.15% from 545); Green value is 251 (98.44% from 255 or 46.06% from 545); Blue value is 97 (38.28% from 255 or 17.80% from 545); Max value from RGB is 251 - color contains mainly: green. Hex color #C5FB61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FB61 is #3A049E. Grayscale: #D9D9D9. Windows color (decimal): -3802271 or 6421445. OLE color: 6421445.

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

Color convert

RGB 197 251 97 -
CMYK 0.22 0 0.61 0.02
HSL 81.04º 0.95% 0.68% -
HSV(B) 81.04º 0.61% 0.98% -
XYZ 59.68 81.73 23.94 -
YUV 217.3 60.11 113.52 -
System Red Green Blue C M Y K H S L
Decimal 197 251 97 0.22 0 0.61 0.02 81.04 0.95 0.68
Hex C5 FB 61 16 0 3D 2 51 5F 44
Octal 305 373 141 26 0 75 2 121 137 104
Binary 11000101 11111011 1100001 10110 0 111101 10 1010001 1011111 1000100

Color Harmonies of #C5FB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FB61

Black with #C5FB61

Text Example


Text Example

White with #C5FB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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