Html Css Color HEX #B4F288 Sulu

📋 copy color: '#B4F288'

red 180 ◦ green 242 ◦ blue 136

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

Shades of Sulu #B4F288

Tints of Sulu #B4F288

RGB

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

 GREEN value IS 242 (94.92% from 255) = 43.37%

 BLUE value IS 136 (53.52% from 255) = 24.37%

R = 32.26%
G = 43.37%
B = 24.37%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.44

 K value IS 0.05

RGB Variations

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

Color information

#B4F288 (or 0xB4F288) is known color: Sulu. HEX triplet: B4, F2 and 88. RGB value is (180,242,136). Sum of RGB (Red+Green+Blue) = 180+242+136=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 242 (94.92% from 255 or 43.37% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 242 - color contains mainly: green. Hex color #B4F288 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #B4F288 is #4B0D77. Grayscale: #D3D3D3. Windows color (decimal): -4918648 or 8975028. OLE color: 8975028.

HSL color Cylindrical-coordinate representation of color #B4F288: hue angle of 95.09º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B4F288 is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB 180 242 136 -
CMYK 0.26 0 0.44 0.05
HSL 95.09º 0.8% 0.74% -
HSV(B) 95.09º 0.44% 0.95% -
XYZ 55.02 74.99 34.87 -
YUV 211.38 85.46 105.62 -
System Red Green Blue C M Y K H S L
Decimal 180 242 136 0.26 0 0.44 0.05 95.09 0.8 0.74
Hex B4 F2 88 1A 0 2C 5 5F 50 4A
Octal 264 362 210 32 0 54 5 137 120 112
Binary 10110100 11110010 10001000 11010 0 101100 101 1011111 1010000 1001010

Color Harmonies of #B4F288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4F288

Black with #B4F288

Text Example


Text Example

White with #B4F288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4F288; }

 p { color: rgb(180,242,136); }

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

background-color css

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

 a { background-color: rgb(180,242,136); }

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

border-color css

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

 span { border-color: rgb(180,242,136); }

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