Html Css Color HEX #B2FF74 Sulu

📋 copy color: '#B2FF74'

red 178 ◦ green 255 ◦ blue 116

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

Shades of Sulu #B2FF74

Tints of Sulu #B2FF74

RGB

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

 GREEN value IS 255 (100% from 255) = 46.45%

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

R = 32.42%
G = 46.45%
B = 21.13%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#B2FF74 (or 0xB2FF74) is known color: Sulu. HEX triplet: B2, FF and 74. RGB value is (178,255,116). Sum of RGB (Red+Green+Blue) = 178+255+116=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 255 (100% from 255 or 46.45% from 549); Blue value is 116 (45.70% from 255 or 21.13% from 549); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2FF74 is #4D008B. Grayscale: #D8D8D8. Windows color (decimal): -5046412 or 7667634. OLE color: 7667634.

HSL color Cylindrical-coordinate representation of color #B2FF74: hue angle of 93.24º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2FF74 is Cyan = 0.30, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB 178 255 116 -
CMYK 0.30 0 0.55 0
HSL 93.24º 1% 0.73% -
HSV(B) 93.24º 0.55% 1% -
XYZ 57.27 82.25 29.38 -
YUV 216.13 71.49 100.8 -
System Red Green Blue C M Y K H S L
Decimal 178 255 116 0.30 0 0.55 0 93.24 1 0.73
Hex B2 FF 74 1E 0 37 0 5D 64 49
Octal 262 377 164 36 0 67 0 135 144 111
Binary 10110010 11111111 1110100 11110 0 110111 0 1011101 1100100 1001001

Color Harmonies of #B2FF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2FF74

Black with #B2FF74

Text Example


Text Example

White with #B2FF74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2FF74; }

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

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

background-color css

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

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

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

border-color css

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

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

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