Html Css Color HEX #B2FD6E Sulu

📋 copy color: '#B2FD6E'

red 178 ◦ green 253 ◦ blue 110

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

Shades of Sulu #B2FD6E

Tints of Sulu #B2FD6E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.77%

 BLUE value IS 110 (43.36% from 255) = 20.33%

R = 32.9%
G = 46.77%
B = 20.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#B2FD6E (or 0xB2FD6E) is known color: Sulu. HEX triplet: B2, FD and 6E. RGB value is (178,253,110). Sum of RGB (Red+Green+Blue) = 178+253+110=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 110 (43.36% from 255 or 20.33% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FD6E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FD6E is #4D0291. Grayscale: #D6D6D6. Windows color (decimal): -5046930 or 7273906. OLE color: 7273906.

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

Color convert

RGB 178 253 110 -
CMYK 0.30 0 0.57 0.01
HSL 91.47º 0.97% 0.71% -
HSV(B) 91.47º 0.57% 0.99% -
XYZ 56.3 80.84 27.39 -
YUV 214.27 69.15 102.13 -
System Red Green Blue C M Y K H S L
Decimal 178 253 110 0.30 0 0.57 0.01 91.47 0.97 0.71
Hex B2 FD 6E 1E 0 39 1 5B 61 47
Octal 262 375 156 36 0 71 1 133 141 107
Binary 10110010 11111101 1101110 11110 0 111001 1 1011011 1100001 1000111

Color Harmonies of #B2FD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FD6E

Black with #B2FD6E

Text Example


Text Example

White with #B2FD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FD6E; }

 p { color: rgb(178,253,110); }

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

background-color css

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

 a { background-color: rgb(178,253,110); }

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

border-color css

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

 span { border-color: rgb(178,253,110); }

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