Html Css Color HEX #B0FA69 Sulu

📋 copy color: '#B0FA69'

red 176 ◦ green 250 ◦ blue 105

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

Shades of Sulu #B0FA69

Tints of Sulu #B0FA69

RGB

 RED value IS 176 (69.14% from 255) = 33.15%

 GREEN value IS 250 (98.05% from 255) = 47.08%

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

R = 33.15%
G = 47.08%
B = 19.77%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#B0FA69 (or 0xB0FA69) is known color: Sulu. HEX triplet: B0, FA and 69. RGB value is (176,250,105). Sum of RGB (Red+Green+Blue) = 176+250+105=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 250 (98.05% from 255 or 47.08% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA69 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0FA69 is #4F0596. Grayscale: #D3D3D3. Windows color (decimal): -5178775 or 6945456. OLE color: 6945456.

HSL color Cylindrical-coordinate representation of color #B0FA69: hue angle of 90.62º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B0FA69 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB 176 250 105 -
CMYK 0.30 0 0.58 0.02
HSL 90.62º 0.94% 0.7% -
HSV(B) 90.62º 0.58% 0.98% -
XYZ 54.64 78.62 25.66 -
YUV 211.34 67.98 102.79 -
System Red Green Blue C M Y K H S L
Decimal 176 250 105 0.30 0 0.58 0.02 90.62 0.94 0.7
Hex B0 FA 69 1E 0 3A 2 5B 5E 46
Octal 260 372 151 36 0 72 2 133 136 106
Binary 10110000 11111010 1101001 11110 0 111010 10 1011011 1011110 1000110

Color Harmonies of #B0FA69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0FA69

Black with #B0FA69

Text Example


Text Example

White with #B0FA69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0FA69; }

 p { color: rgb(176,250,105); }

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

background-color css

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

 a { background-color: rgb(176,250,105); }

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

border-color css

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

 span { border-color: rgb(176,250,105); }

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