Html Css Color HEX #BBF473 Sulu

📋 copy color: '#BBF473'

red 187 ◦ green 244 ◦ blue 115

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

Shades of Sulu #BBF473

Tints of Sulu #BBF473

RGB

 RED value IS 187 (73.44% from 255) = 34.25%

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

 BLUE value IS 115 (45.31% from 255) = 21.06%

R = 34.25%
G = 44.69%
B = 21.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.53

 K value IS 0.04

RGB Variations

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

Color information

#BBF473 (or 0xBBF473) is known color: Sulu. HEX triplet: BB, F4 and 73. RGB value is (187,244,115). Sum of RGB (Red+Green+Blue) = 187+244+115=546 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.25% from 546); Green value is 244 (95.70% from 255 or 44.69% from 546); Blue value is 115 (45.31% from 255 or 21.06% from 546); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF473 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF473 is #440B8C. Grayscale: #D4D4D4. Windows color (decimal): -4459405 or 7599291. OLE color: 7599291.

HSL color Cylindrical-coordinate representation of color #BBF473: hue angle of 86.51º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBF473 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 244 115 -
CMYK 0.23 0 0.53 0.04
HSL 86.51º 0.85% 0.7% -
HSV(B) 86.51º 0.53% 0.96% -
XYZ 55.94 76.5 28.04 -
YUV 212.25 73.12 109.99 -
System Red Green Blue C M Y K H S L
Decimal 187 244 115 0.23 0 0.53 0.04 86.51 0.85 0.7
Hex BB F4 73 17 0 35 4 57 55 46
Octal 273 364 163 27 0 65 4 127 125 106
Binary 10111011 11110100 1110011 10111 0 110101 100 1010111 1010101 1000110

Color Harmonies of #BBF473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF473

Black with #BBF473

Text Example


Text Example

White with #BBF473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF473; }

 p { color: rgb(187,244,115); }

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

background-color css

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

 a { background-color: rgb(187,244,115); }

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

border-color css

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

 span { border-color: rgb(187,244,115); }

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