Html Css Color HEX #B2F46C Sulu

📋 copy color: '#B2F46C'

red 178 ◦ green 244 ◦ blue 108

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

Shades of Sulu #B2F46C

Tints of Sulu #B2F46C

RGB

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

 GREEN value IS 244 (95.7% from 255) = 46.04%

 BLUE value IS 108 (42.58% from 255) = 20.38%

R = 33.58%
G = 46.04%
B = 20.38%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#B2F46C (or 0xB2F46C) is known color: Sulu. HEX triplet: B2, F4 and 6C. RGB value is (178,244,108). Sum of RGB (Red+Green+Blue) = 178+244+108=530 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.58% from 530); Green value is 244 (95.70% from 255 or 46.04% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 244 - color contains mainly: green. Hex color #B2F46C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F46C is #4D0B93. Grayscale: #D1D1D1. Windows color (decimal): -5049236 or 7140530. OLE color: 7140530.

HSL color Cylindrical-coordinate representation of color #B2F46C: hue angle of 89.12º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B2F46C is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 244 108 -
CMYK 0.27 0 0.56 0.04
HSL 89.12º 0.86% 0.69% -
HSV(B) 89.12º 0.56% 0.96% -
XYZ 53.42 75.25 25.9 -
YUV 208.76 71.13 106.06 -
System Red Green Blue C M Y K H S L
Decimal 178 244 108 0.27 0 0.56 0.04 89.12 0.86 0.69
Hex B2 F4 6C 1B 0 38 4 59 56 45
Octal 262 364 154 33 0 70 4 131 126 105
Binary 10110010 11110100 1101100 11011 0 111000 100 1011001 1010110 1000101

Color Harmonies of #B2F46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F46C

Black with #B2F46C

Text Example


Text Example

White with #B2F46C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F46C; }

 p { color: rgb(178,244,108); }

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

background-color css

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

 a { background-color: rgb(178,244,108); }

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

border-color css

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

 span { border-color: rgb(178,244,108); }

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