Html Css Color HEX #B2EF7F Sulu

📋 copy color: '#B2EF7F'

red 178 ◦ green 239 ◦ blue 127

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

Shades of Sulu #B2EF7F

Tints of Sulu #B2EF7F

RGB

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

 GREEN value IS 239 (93.75% from 255) = 43.93%

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

R = 32.72%
G = 43.93%
B = 23.35%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#B2EF7F (or 0xB2EF7F) is known color: Sulu. HEX triplet: B2, EF and 7F. RGB value is (178,239,127). Sum of RGB (Red+Green+Blue) = 178+239+127=544 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.72% from 544); Green value is 239 (93.75% from 255 or 43.93% from 544); Blue value is 127 (50% from 255 or 23.35% from 544); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EF7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EF7F is #4D1080. Grayscale: #D0D0D0. Windows color (decimal): -5050497 or 8384434. OLE color: 8384434.

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

Color convert

RGB 178 239 127 -
CMYK 0.26 0 0.47 0.06
HSL 92.68º 0.78% 0.72% -
HSV(B) 92.68º 0.47% 0.94% -
XYZ 53.06 72.73 31.32 -
YUV 207.99 82.29 106.61 -
System Red Green Blue C M Y K H S L
Decimal 178 239 127 0.26 0 0.47 0.06 92.68 0.78 0.72
Hex B2 EF 7F 1A 0 2F 6 5D 4E 48
Octal 262 357 177 32 0 57 6 135 116 110
Binary 10110010 11101111 1111111 11010 0 101111 110 1011101 1001110 1001000

Color Harmonies of #B2EF7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EF7F

Black with #B2EF7F

Text Example


Text Example

White with #B2EF7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EF7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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