Html Css Color HEX #B2FD6D Sulu

📋 copy color: '#B2FD6D'

red 178 ◦ green 253 ◦ blue 109

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

Shades of Sulu #B2FD6D

Tints of Sulu #B2FD6D

RGB

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

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

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

R = 32.96%
G = 46.85%
B = 20.19%

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

#B2FD6D (or 0xB2FD6D) is known color: Sulu. HEX triplet: B2, FD and 6D. RGB value is (178,253,109). Sum of RGB (Red+Green+Blue) = 178+253+109=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 109 (42.97% from 255 or 20.19% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FD6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FD6D is #4D0292. Grayscale: #D6D6D6. Windows color (decimal): -5046931 or 7208370. OLE color: 7208370.

HSL color Cylindrical-coordinate representation of color #B2FD6D: hue angle of 91.25º 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 #B2FD6D is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 178 253 109 -
CMYK 0.30 0 0.57 0.01
HSL 91.25º 0.97% 0.71% -
HSV(B) 91.25º 0.57% 0.99% -
XYZ 56.25 80.82 27.1 -
YUV 214.16 68.65 102.21 -
System Red Green Blue C M Y K H S L
Decimal 178 253 109 0.30 0 0.57 0.01 91.25 0.97 0.71
Hex B2 FD 6D 1E 0 39 1 5B 61 47
Octal 262 375 155 36 0 71 1 133 141 107
Binary 10110010 11111101 1101101 11110 0 111001 1 1011011 1100001 1000111

Color Harmonies of #B2FD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FD6D

Black with #B2FD6D

Text Example


Text Example

White with #B2FD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FD6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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