Html Css Color HEX #B4FA6B Sulu

📋 copy color: '#B4FA6B'

red 180 ◦ green 250 ◦ blue 107

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

Shades of Sulu #B4FA6B

Tints of Sulu #B4FA6B

RGB

 RED value IS 180 (70.7% from 255) = 33.52%

 GREEN value IS 250 (98.05% from 255) = 46.55%

 BLUE value IS 107 (42.19% from 255) = 19.93%

R = 33.52%
G = 46.55%
B = 19.93%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#B4FA6B (or 0xB4FA6B) is known color: Sulu. HEX triplet: B4, FA and 6B. RGB value is (180,250,107). Sum of RGB (Red+Green+Blue) = 180+250+107=537 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.52% from 537); Green value is 250 (98.05% from 255 or 46.55% from 537); Blue value is 107 (42.19% from 255 or 19.93% from 537); Max value from RGB is 250 - color contains mainly: green. Hex color #B4FA6B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FA6B is #4B0594. Grayscale: #D5D5D5. Windows color (decimal): -4916629 or 7076532. OLE color: 7076532.

HSL color Cylindrical-coordinate representation of color #B4FA6B: hue angle of 89.37º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B4FA6B is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 250 107 -
CMYK 0.28 0 0.57 0.02
HSL 89.37º 0.93% 0.7% -
HSV(B) 89.37º 0.57% 0.98% -
XYZ 55.66 79.14 26.25 -
YUV 212.77 68.31 104.63 -
System Red Green Blue C M Y K H S L
Decimal 180 250 107 0.28 0 0.57 0.02 89.37 0.93 0.7
Hex B4 FA 6B 1C 0 39 2 59 5D 46
Octal 264 372 153 34 0 71 2 131 135 106
Binary 10110100 11111010 1101011 11100 0 111001 10 1011001 1011101 1000110

Color Harmonies of #B4FA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FA6B

Black with #B4FA6B

Text Example


Text Example

White with #B4FA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FA6B; }

 p { color: rgb(180,250,107); }

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

background-color css

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

 a { background-color: rgb(180,250,107); }

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

border-color css

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

 span { border-color: rgb(180,250,107); }

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