Html Css Color HEX #B2EB7D Sulu

📋 copy color: '#B2EB7D'

red 178 ◦ green 235 ◦ blue 125

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

Shades of Sulu #B2EB7D

Tints of Sulu #B2EB7D

RGB

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

 GREEN value IS 235 (92.19% from 255) = 43.68%

 BLUE value IS 125 (49.22% from 255) = 23.23%

R = 33.09%
G = 43.68%
B = 23.23%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#B2EB7D (or 0xB2EB7D) is known color: Sulu. HEX triplet: B2, EB and 7D. RGB value is (178,235,125). Sum of RGB (Red+Green+Blue) = 178+235+125=538 (71% of max value = 765). Red value is 178 (69.92% from 255 or 33.09% from 538); Green value is 235 (92.19% from 255 or 43.68% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EB7D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2EB7D is #4D1482. Grayscale: #CDCDCD. Windows color (decimal): -5051523 or 8252338. OLE color: 8252338.

HSL color Cylindrical-coordinate representation of color #B2EB7D: hue angle of 91.09º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B2EB7D is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 235 125 -
CMYK 0.24 0 0.47 0.08
HSL 91.09º 0.73% 0.71% -
HSV(B) 91.09º 0.47% 0.92% -
XYZ 51.77 70.36 30.25 -
YUV 205.42 82.62 108.44 -
System Red Green Blue C M Y K H S L
Decimal 178 235 125 0.24 0 0.47 0.08 91.09 0.73 0.71
Hex B2 EB 7D 18 0 2F 8 5B 49 47
Octal 262 353 175 30 0 57 10 133 111 107
Binary 10110010 11101011 1111101 11000 0 101111 1000 1011011 1001001 1000111

Color Harmonies of #B2EB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EB7D

Black with #B2EB7D

Text Example


Text Example

White with #B2EB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EB7D; }

 p { color: rgb(178,235,125); }

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

background-color css

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

 a { background-color: rgb(178,235,125); }

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

border-color css

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

 span { border-color: rgb(178,235,125); }

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