Html Css Color HEX #B0FD6A Sulu

📋 copy color: '#B0FD6A'

red 176 ◦ green 253 ◦ blue 106

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

Shades of Sulu #B0FD6A

Tints of Sulu #B0FD6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 19.81%

R = 32.9%
G = 47.29%
B = 19.81%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.01

RGB Variations

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

Color information

#B0FD6A (or 0xB0FD6A) is known color: Sulu. HEX triplet: B0, FD and 6A. RGB value is (176,253,106). Sum of RGB (Red+Green+Blue) = 176+253+106=535 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.90% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 106 (41.80% from 255 or 19.81% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FD6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FD6A is #4F0295. Grayscale: #D5D5D5. Windows color (decimal): -5178006 or 7011760. OLE color: 7011760.

HSL color Cylindrical-coordinate representation of color #B0FD6A: hue angle of 91.43º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0FD6A is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB 176 253 106 -
CMYK 0.30 0 0.58 0.01
HSL 91.43º 0.97% 0.7% -
HSV(B) 91.43º 0.58% 0.99% -
XYZ 55.63 80.52 26.25 -
YUV 213.22 67.49 101.45 -
System Red Green Blue C M Y K H S L
Decimal 176 253 106 0.30 0 0.58 0.01 91.43 0.97 0.7
Hex B0 FD 6A 1E 0 3A 1 5B 61 46
Octal 260 375 152 36 0 72 1 133 141 106
Binary 10110000 11111101 1101010 11110 0 111010 1 1011011 1100001 1000110

Color Harmonies of #B0FD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FD6A

Black with #B0FD6A

Text Example


Text Example

White with #B0FD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FD6A; }

 p { color: rgb(176,253,106); }

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

background-color css

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

 a { background-color: rgb(176,253,106); }

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

border-color css

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

 span { border-color: rgb(176,253,106); }

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