Html Css Color HEX #B2FF6D Sulu

📋 copy color: '#B2FF6D'

red 178 ◦ green 255 ◦ blue 109

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

Shades of Sulu #B2FF6D

Tints of Sulu #B2FF6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.11%

R = 32.84%
G = 47.05%
B = 20.11%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#B2FF6D (or 0xB2FF6D) is known color: Sulu. HEX triplet: B2, FF and 6D. RGB value is (178,255,109). Sum of RGB (Red+Green+Blue) = 178+255+109=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 255 (100% from 255 or 47.05% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF6D is #4D0092. Grayscale: #D7D7D7. Windows color (decimal): -5046419 or 7208882. OLE color: 7208882.

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

Color convert

RGB 178 255 109 -
CMYK 0.30 0 0.57 0
HSL 91.64º 1% 0.71% -
HSV(B) 91.64º 0.57% 1% -
XYZ 56.88 82.09 27.31 -
YUV 215.33 67.99 101.37 -
System Red Green Blue C M Y K H S L
Decimal 178 255 109 0.30 0 0.57 0 91.64 1 0.71
Hex B2 FF 6D 1E 0 39 0 5C 64 47
Octal 262 377 155 36 0 71 0 134 144 107
Binary 10110010 11111111 1101101 11110 0 111001 0 1011100 1100100 1000111

Color Harmonies of #B2FF6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FF6D

Black with #B2FF6D

Text Example


Text Example

White with #B2FF6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FF6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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