Html Css Color HEX #B2F369 Sulu

📋 copy color: '#B2F369'

red 178 ◦ green 243 ◦ blue 105

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

Shades of Sulu #B2F369

Tints of Sulu #B2F369

RGB

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

 GREEN value IS 243 (95.31% from 255) = 46.2%

 BLUE value IS 105 (41.41% from 255) = 19.96%

R = 33.84%
G = 46.2%
B = 19.96%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#B2F369 (or 0xB2F369) is known color: Sulu. HEX triplet: B2, F3 and 69. RGB value is (178,243,105). Sum of RGB (Red+Green+Blue) = 178+243+105=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 243 (95.31% from 255 or 46.20% from 526); Blue value is 105 (41.41% from 255 or 19.96% from 526); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F369 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2F369 is #4D0C96. Grayscale: #D0D0D0. Windows color (decimal): -5049495 or 6943666. OLE color: 6943666.

HSL color Cylindrical-coordinate representation of color #B2F369: hue angle of 88.26º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2F369 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 178 243 105 -
CMYK 0.27 0 0.57 0.05
HSL 88.26º 0.85% 0.68% -
HSV(B) 88.26º 0.57% 0.95% -
XYZ 52.96 74.59 24.97 -
YUV 207.83 69.97 106.72 -
System Red Green Blue C M Y K H S L
Decimal 178 243 105 0.27 0 0.57 0.05 88.26 0.85 0.68
Hex B2 F3 69 1B 0 39 5 58 55 44
Octal 262 363 151 33 0 71 5 130 125 104
Binary 10110010 11110011 1101001 11011 0 111001 101 1011000 1010101 1000100

Color Harmonies of #B2F369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2F369

Black with #B2F369

Text Example


Text Example

White with #B2F369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2F369; }

 p { color: rgb(178,243,105); }

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

background-color css

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

 a { background-color: rgb(178,243,105); }

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

border-color css

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

 span { border-color: rgb(178,243,105); }

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