Html Css Color HEX #B2E675 Sulu

📋 copy color: '#B2E675'

red 178 ◦ green 230 ◦ blue 117

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

Shades of Sulu #B2E675

Tints of Sulu #B2E675

RGB

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

 GREEN value IS 230 (90.23% from 255) = 43.81%

 BLUE value IS 117 (46.09% from 255) = 22.29%

R = 33.9%
G = 43.81%
B = 22.29%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#B2E675 (or 0xB2E675) is known color: Sulu. HEX triplet: B2, E6 and 75. RGB value is (178,230,117). Sum of RGB (Red+Green+Blue) = 178+230+117=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 230 (90.23% from 255 or 43.81% from 525); Blue value is 117 (46.09% from 255 or 22.29% from 525); Max value from RGB is 230 - color contains mainly: green. Hex color #B2E675 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E675 is #4D198A. Grayscale: #C9C9C9. Windows color (decimal): -5052811 or 7726770. OLE color: 7726770.

HSL color Cylindrical-coordinate representation of color #B2E675: hue angle of 87.61º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B2E675 is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 230 117 -
CMYK 0.23 0 0.49 0.10
HSL 87.61º 0.69% 0.68% -
HSV(B) 87.61º 0.49% 0.9% -
XYZ 49.87 67.34 27.2 -
YUV 201.57 80.27 111.19 -
System Red Green Blue C M Y K H S L
Decimal 178 230 117 0.23 0 0.49 0.10 87.61 0.69 0.68
Hex B2 E6 75 17 0 31 A 58 45 44
Octal 262 346 165 27 0 61 12 130 105 104
Binary 10110010 11100110 1110101 10111 0 110001 1010 1011000 1000101 1000100

Color Harmonies of #B2E675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2E675

Black with #B2E675

Text Example


Text Example

White with #B2E675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2E675; }

 p { color: rgb(178,230,117); }

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

background-color css

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

 a { background-color: rgb(178,230,117); }

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

border-color css

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

 span { border-color: rgb(178,230,117); }

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