Html Css Color HEX #B2FF7E Sulu

📋 copy color: '#B2FF7E'

red 178 ◦ green 255 ◦ blue 126

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

Shades of Sulu #B2FF7E

Tints of Sulu #B2FF7E

RGB

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

 GREEN value IS 255 (100% from 255) = 45.62%

 BLUE value IS 126 (49.61% from 255) = 22.54%

R = 31.84%
G = 45.62%
B = 22.54%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.51

 K value IS 0

RGB Variations

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

Color information

#B2FF7E (or 0xB2FF7E) is known color: Sulu. HEX triplet: B2, FF and 7E. RGB value is (178,255,126). Sum of RGB (Red+Green+Blue) = 178+255+126=559 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.84% from 559); Green value is 255 (100% from 255 or 45.62% from 559); Blue value is 126 (49.61% from 255 or 22.54% from 559); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF7E is #4D0081. Grayscale: #D9D9D9. Windows color (decimal): -5046402 or 8322994. OLE color: 8322994.

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

Color convert

RGB 178 255 126 -
CMYK 0.30 0 0.51 0
HSL 95.81º 1% 0.75% -
HSV(B) 95.81º 0.51% 1% -
XYZ 57.89 82.49 32.61 -
YUV 217.27 76.49 99.99 -
System Red Green Blue C M Y K H S L
Decimal 178 255 126 0.30 0 0.51 0 95.81 1 0.75
Hex B2 FF 7E 1E 0 33 0 60 64 4B
Octal 262 377 176 36 0 63 0 140 144 113
Binary 10110010 11111111 1111110 11110 0 110011 0 1100000 1100100 1001011

Color Harmonies of #B2FF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FF7E

Black with #B2FF7E

Text Example


Text Example

White with #B2FF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FF7E; }

 p { color: rgb(178,255,126); }

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

background-color css

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

 a { background-color: rgb(178,255,126); }

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

border-color css

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

 span { border-color: rgb(178,255,126); }

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