Html Css Color HEX #B2F674 Sulu

📋 copy color: '#B2F674'

red 178 ◦ green 246 ◦ blue 116

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

Shades of Sulu #B2F674

Tints of Sulu #B2F674

RGB

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

 GREEN value IS 246 (96.48% from 255) = 45.56%

 BLUE value IS 116 (45.7% from 255) = 21.48%

R = 32.96%
G = 45.56%
B = 21.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#B2F674 (or 0xB2F674) is known color: Sulu. HEX triplet: B2, F6 and 74. RGB value is (178,246,116). Sum of RGB (Red+Green+Blue) = 178+246+116=540 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.96% from 540); Green value is 246 (96.48% from 255 or 45.56% from 540); Blue value is 116 (45.70% from 255 or 21.48% from 540); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F674 is #4D098B. Grayscale: #D3D3D3. Windows color (decimal): -5048716 or 7665330. OLE color: 7665330.

HSL color Cylindrical-coordinate representation of color #B2F674: hue angle of 91.38º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B2F674 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 246 116 -
CMYK 0.28 0 0.53 0.04
HSL 91.38º 0.88% 0.71% -
HSV(B) 91.38º 0.53% 0.96% -
XYZ 54.47 76.64 28.44 -
YUV 210.85 74.47 104.57 -
System Red Green Blue C M Y K H S L
Decimal 178 246 116 0.28 0 0.53 0.04 91.38 0.88 0.71
Hex B2 F6 74 1C 0 35 4 5B 58 47
Octal 262 366 164 34 0 65 4 133 130 107
Binary 10110010 11110110 1110100 11100 0 110101 100 1011011 1011000 1000111

Color Harmonies of #B2F674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F674

Black with #B2F674

Text Example


Text Example

White with #B2F674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F674; }

 p { color: rgb(178,246,116); }

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

background-color css

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

 a { background-color: rgb(178,246,116); }

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

border-color css

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

 span { border-color: rgb(178,246,116); }

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