Html Css Color HEX #B4FE7D Sulu

📋 copy color: '#B4FE7D'

red 180 ◦ green 254 ◦ blue 125

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

Shades of Sulu #B4FE7D

Tints of Sulu #B4FE7D

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.44%

 BLUE value IS 125 (49.22% from 255) = 22.36%

R = 32.2%
G = 45.44%
B = 22.36%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#B4FE7D (or 0xB4FE7D) is known color: Sulu. HEX triplet: B4, FE and 7D. RGB value is (180,254,125). Sum of RGB (Red+Green+Blue) = 180+254+125=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 254 (99.61% from 255 or 45.44% from 559); Blue value is 125 (49.22% from 255 or 22.36% from 559); Max value from RGB is 254 - color contains mainly: green. Hex color #B4FE7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B4FE7D is #4B0182. Grayscale: #D9D9D9. Windows color (decimal): -4915587 or 8257204. OLE color: 8257204.

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

Color convert

RGB 180 254 125 -
CMYK 0.29 0 0.51 0.00
HSL 94.42º 0.98% 0.74% -
HSV(B) 94.42º 0.51% 1% -
XYZ 57.97 82.07 32.19 -
YUV 217.17 75.98 101.49 -
System Red Green Blue C M Y K H S L
Decimal 180 254 125 0.29 0 0.51 0.00 94.42 0.98 0.74
Hex B4 FE 7D 1D 0 33 0 5E 62 4A
Octal 264 376 175 35 0 63 0 136 142 112
Binary 10110100 11111110 1111101 11101 0 110011 0 1011110 1100010 1001010

Color Harmonies of #B4FE7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4FE7D

Black with #B4FE7D

Text Example


Text Example

White with #B4FE7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4FE7D; }

 p { color: rgb(180,254,125); }

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

background-color css

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

 a { background-color: rgb(180,254,125); }

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

border-color css

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

 span { border-color: rgb(180,254,125); }

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