Html Css Color HEX #B4FF70 Sulu

📋 copy color: '#B4FF70'

red 180 ◦ green 255 ◦ blue 112

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

Shades of Sulu #B4FF70

Tints of Sulu #B4FF70

RGB

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

 GREEN value IS 255 (100% from 255) = 46.62%

 BLUE value IS 112 (44.14% from 255) = 20.48%

R = 32.91%
G = 46.62%
B = 20.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#B4FF70 (or 0xB4FF70) is known color: Sulu. HEX triplet: B4, FF and 70. RGB value is (180,255,112). Sum of RGB (Red+Green+Blue) = 180+255+112=547 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.91% from 547); Green value is 255 (100% from 255 or 46.62% from 547); Blue value is 112 (44.14% from 255 or 20.48% from 547); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FF70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FF70 is #4B008F. Grayscale: #D8D8D8. Windows color (decimal): -4915344 or 7405492. OLE color: 7405492.

HSL color Cylindrical-coordinate representation of color #B4FF70: hue angle of 91.47º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B4FF70 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 180 255 112 -
CMYK 0.29 0 0.56 0
HSL 91.47º 1% 0.72% -
HSV(B) 91.47º 0.56% 1% -
XYZ 57.51 82.39 28.2 -
YUV 216.27 69.15 102.13 -
System Red Green Blue C M Y K H S L
Decimal 180 255 112 0.29 0 0.56 0 91.47 1 0.72
Hex B4 FF 70 1D 0 38 0 5B 64 48
Octal 264 377 160 35 0 70 0 133 144 110
Binary 10110100 11111111 1110000 11101 0 111000 0 1011011 1100100 1001000

Color Harmonies of #B4FF70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FF70

Black with #B4FF70

Text Example


Text Example

White with #B4FF70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FF70; }

 p { color: rgb(180,255,112); }

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

background-color css

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

 a { background-color: rgb(180,255,112); }

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

border-color css

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

 span { border-color: rgb(180,255,112); }

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