Html Css Color HEX #B2F774 Sulu

📋 copy color: '#B2F774'

red 178 ◦ green 247 ◦ blue 116

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

Shades of Sulu #B2F774

Tints of Sulu #B2F774

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.66%

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

R = 32.9%
G = 45.66%
B = 21.44%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#B2F774 (or 0xB2F774) is known color: Sulu. HEX triplet: B2, F7 and 74. RGB value is (178,247,116). Sum of RGB (Red+Green+Blue) = 178+247+116=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F774 is #4D088B. Grayscale: #D3D3D3. Windows color (decimal): -5048460 or 7665586. OLE color: 7665586.

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

Color convert

RGB 178 247 116 -
CMYK 0.28 0 0.53 0.03
HSL 91.6º 0.89% 0.71% -
HSV(B) 91.6º 0.53% 0.97% -
XYZ 54.77 77.25 28.55 -
YUV 211.44 74.14 104.15 -
System Red Green Blue C M Y K H S L
Decimal 178 247 116 0.28 0 0.53 0.03 91.6 0.89 0.71
Hex B2 F7 74 1C 0 35 3 5C 59 47
Octal 262 367 164 34 0 65 3 134 131 107
Binary 10110010 11110111 1110100 11100 0 110101 11 1011100 1011001 1000111

Color Harmonies of #B2F774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F774

Black with #B2F774

Text Example


Text Example

White with #B2F774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F774; }

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

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

background-color css

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

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

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

border-color css

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

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

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