Html Css Color HEX #B2F283 Sulu

📋 copy color: '#B2F283'

red 178 ◦ green 242 ◦ blue 131

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

Shades of Sulu #B2F283

Tints of Sulu #B2F283

RGB

 RED value IS 178 (69.92% from 255) = 32.3%

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

 BLUE value IS 131 (51.56% from 255) = 23.77%

R = 32.3%
G = 43.92%
B = 23.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.05

RGB Variations

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

Color information

#B2F283 (or 0xB2F283) is known color: Sulu. HEX triplet: B2, F2 and 83. RGB value is (178,242,131). Sum of RGB (Red+Green+Blue) = 178+242+131=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F283 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #B2F283 is #4D0D7C. Grayscale: #D2D2D2. Windows color (decimal): -5049725 or 8647346. OLE color: 8647346.

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

Color convert

RGB 178 242 131 -
CMYK 0.26 0 0.46 0.05
HSL 94.59º 0.81% 0.73% -
HSV(B) 94.59º 0.46% 0.95% -
XYZ 54.21 74.61 33.02 -
YUV 210.21 83.3 105.03 -
System Red Green Blue C M Y K H S L
Decimal 178 242 131 0.26 0 0.46 0.05 94.59 0.81 0.73
Hex B2 F2 83 1A 0 2E 5 5F 51 49
Octal 262 362 203 32 0 56 5 137 121 111
Binary 10110010 11110010 10000011 11010 0 101110 101 1011111 1010001 1001001

Color Harmonies of #B2F283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F283

Black with #B2F283

Text Example


Text Example

White with #B2F283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F283; }

 p { color: rgb(178,242,131); }

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

background-color css

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

 a { background-color: rgb(178,242,131); }

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

border-color css

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

 span { border-color: rgb(178,242,131); }

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