Html Css Color HEX #B2F67A Sulu

📋 copy color: '#B2F67A'

red 178 ◦ green 246 ◦ blue 122

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

Shades of Sulu #B2F67A

Tints of Sulu #B2F67A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.34%

R = 32.6%
G = 45.05%
B = 22.34%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#B2F67A (or 0xB2F67A) is known color: Sulu. HEX triplet: B2, F6 and 7A. RGB value is (178,246,122). Sum of RGB (Red+Green+Blue) = 178+246+122=546 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.60% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 122 (48.05% from 255 or 22.34% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F67A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F67A is #4D0985. Grayscale: #D3D3D3. Windows color (decimal): -5048710 or 8058546. OLE color: 8058546.

HSL color Cylindrical-coordinate representation of color #B2F67A: hue angle of 92.9º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B2F67A is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 246 122 -
CMYK 0.28 0 0.50 0.04
HSL 92.9º 0.87% 0.72% -
HSV(B) 92.9º 0.5% 0.96% -
XYZ 54.83 76.78 30.34 -
YUV 211.53 77.47 104.08 -
System Red Green Blue C M Y K H S L
Decimal 178 246 122 0.28 0 0.50 0.04 92.9 0.87 0.72
Hex B2 F6 7A 1C 0 32 4 5D 57 48
Octal 262 366 172 34 0 62 4 135 127 110
Binary 10110010 11110110 1111010 11100 0 110010 100 1011101 1010111 1001000

Color Harmonies of #B2F67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F67A

Black with #B2F67A

Text Example


Text Example

White with #B2F67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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