Html Css Color HEX #B4F482 Sulu

📋 copy color: '#B4F482'

red 180 ◦ green 244 ◦ blue 130

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

Shades of Sulu #B4F482

Tints of Sulu #B4F482

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.04%

 BLUE value IS 130 (51.17% from 255) = 23.47%

R = 32.49%
G = 44.04%
B = 23.47%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.04

RGB Variations

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

Color information

#B4F482 (or 0xB4F482) is known color: Sulu. HEX triplet: B4, F4 and 82. RGB value is (180,244,130). Sum of RGB (Red+Green+Blue) = 180+244+130=554 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.49% from 554); Green value is 244 (95.70% from 255 or 44.04% from 554); Blue value is 130 (51.17% from 255 or 23.47% from 554); Max value from RGB is 244 - color contains mainly: green. Hex color #B4F482 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F482 is #4B0B7D. Grayscale: #D4D4D4. Windows color (decimal): -4918142 or 8582324. OLE color: 8582324.

HSL color Cylindrical-coordinate representation of color #B4F482: hue angle of 93.68º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4F482 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB 180 244 130 -
CMYK 0.26 0 0.47 0.04
HSL 93.68º 0.84% 0.73% -
HSV(B) 93.68º 0.47% 0.96% -
XYZ 55.2 76.02 32.88 -
YUV 211.87 81.8 105.27 -
System Red Green Blue C M Y K H S L
Decimal 180 244 130 0.26 0 0.47 0.04 93.68 0.84 0.73
Hex B4 F4 82 1A 0 2F 4 5E 54 49
Octal 264 364 202 32 0 57 4 136 124 111
Binary 10110100 11110100 10000010 11010 0 101111 100 1011110 1010100 1001001

Color Harmonies of #B4F482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F482

Black with #B4F482

Text Example


Text Example

White with #B4F482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F482; }

 p { color: rgb(180,244,130); }

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

background-color css

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

 a { background-color: rgb(180,244,130); }

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

border-color css

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

 span { border-color: rgb(180,244,130); }

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