Html Css Color HEX #B0FC74 Sulu

📋 copy color: '#B0FC74'

red 176 ◦ green 252 ◦ blue 116

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

Shades of Sulu #B0FC74

Tints of Sulu #B0FC74

RGB

 RED value IS 176 (69.14% from 255) = 32.35%

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

 BLUE value IS 116 (45.7% from 255) = 21.32%

R = 32.35%
G = 46.32%
B = 21.32%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#B0FC74 (or 0xB0FC74) is known color: Sulu. HEX triplet: B0, FC and 74. RGB value is (176,252,116). Sum of RGB (Red+Green+Blue) = 176+252+116=544 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.35% from 544); Green value is 252 (98.83% from 255 or 46.32% from 544); Blue value is 116 (45.70% from 255 or 21.32% from 544); Max value from RGB is 252 - color contains mainly: green. Hex color #B0FC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FC74 is #4F038B. Grayscale: #D6D6D6. Windows color (decimal): -5178252 or 7666864. OLE color: 7666864.

HSL color Cylindrical-coordinate representation of color #B0FC74: hue angle of 93.53º 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 #B0FC74 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 252 116 -
CMYK 0.30 0 0.54 0.01
HSL 93.53º 0.96% 0.72% -
HSV(B) 93.53º 0.54% 0.99% -
XYZ 55.87 80.11 29.04 -
YUV 213.77 72.82 101.06 -
System Red Green Blue C M Y K H S L
Decimal 176 252 116 0.30 0 0.54 0.01 93.53 0.96 0.72
Hex B0 FC 74 1E 0 36 1 5E 60 48
Octal 260 374 164 36 0 66 1 136 140 110
Binary 10110000 11111100 1110100 11110 0 110110 1 1011110 1100000 1001000

Color Harmonies of #B0FC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FC74

Black with #B0FC74

Text Example


Text Example

White with #B0FC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FC74; }

 p { color: rgb(176,252,116); }

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

background-color css

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

 a { background-color: rgb(176,252,116); }

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

border-color css

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

 span { border-color: rgb(176,252,116); }

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