Html Css Color HEX #B2F17F Sulu

📋 copy color: '#B2F17F'

red 178 ◦ green 241 ◦ blue 127

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

Shades of Sulu #B2F17F

Tints of Sulu #B2F17F

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.14%

 BLUE value IS 127 (50% from 255) = 23.26%

R = 32.6%
G = 44.14%
B = 23.26%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#B2F17F (or 0xB2F17F) is known color: Sulu. HEX triplet: B2, F1 and 7F. RGB value is (178,241,127). Sum of RGB (Red+Green+Blue) = 178+241+127=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 127 (50% from 255 or 23.26% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F17F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F17F is #4D0E80. Grayscale: #D1D1D1. Windows color (decimal): -5049985 or 8384946. OLE color: 8384946.

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

Color convert

RGB 178 241 127 -
CMYK 0.26 0 0.47 0.05
HSL 93.16º 0.8% 0.72% -
HSV(B) 93.16º 0.47% 0.95% -
XYZ 53.65 73.91 31.52 -
YUV 209.17 81.63 105.77 -
System Red Green Blue C M Y K H S L
Decimal 178 241 127 0.26 0 0.47 0.05 93.16 0.8 0.72
Hex B2 F1 7F 1A 0 2F 5 5D 50 48
Octal 262 361 177 32 0 57 5 135 120 110
Binary 10110010 11110001 1111111 11010 0 101111 101 1011101 1010000 1001000

Color Harmonies of #B2F17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F17F

Black with #B2F17F

Text Example


Text Example

White with #B2F17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F17F; }

 p { color: rgb(178,241,127); }

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

background-color css

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

 a { background-color: rgb(178,241,127); }

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

border-color css

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

 span { border-color: rgb(178,241,127); }

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