Html Css Color HEX #B4FC8A Sulu

📋 copy color: '#B4FC8A'

red 180 ◦ green 252 ◦ blue 138

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

Shades of Sulu #B4FC8A

Tints of Sulu #B4FC8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 24.21%

R = 31.58%
G = 44.21%
B = 24.21%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#B4FC8A (or 0xB4FC8A) is known color: Sulu. HEX triplet: B4, FC and 8A. RGB value is (180,252,138). Sum of RGB (Red+Green+Blue) = 180+252+138=570 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.58% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 138 (54.30% from 255 or 24.21% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #B4FC8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4FC8A is #4B0375. Grayscale: #D9D9D9. Windows color (decimal): -4916086 or 9108660. OLE color: 9108660.

HSL color Cylindrical-coordinate representation of color #B4FC8A: hue angle of 97.89º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B4FC8A is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.01.

Color convert

RGB 180 252 138 -
CMYK 0.29 0 0.45 0.01
HSL 97.89º 0.95% 0.76% -
HSV(B) 97.89º 0.45% 0.99% -
XYZ 58.22 81.16 36.64 -
YUV 217.48 83.15 101.27 -
System Red Green Blue C M Y K H S L
Decimal 180 252 138 0.29 0 0.45 0.01 97.89 0.95 0.76
Hex B4 FC 8A 1D 0 2D 1 62 5F 4C
Octal 264 374 212 35 0 55 1 142 137 114
Binary 10110100 11111100 10001010 11101 0 101101 1 1100010 1011111 1001100

Color Harmonies of #B4FC8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FC8A

Black with #B4FC8A

Text Example


Text Example

White with #B4FC8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FC8A; }

 p { color: rgb(180,252,138); }

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

background-color css

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

 a { background-color: rgb(180,252,138); }

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

border-color css

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

 span { border-color: rgb(180,252,138); }

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