Html Css Color HEX #BBF074 Sulu

📋 copy color: '#BBF074'

red 187 ◦ green 240 ◦ blue 116

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

Shades of Sulu #BBF074

Tints of Sulu #BBF074

RGB

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

 GREEN value IS 240 (94.14% from 255) = 44.2%

 BLUE value IS 116 (45.7% from 255) = 21.36%

R = 34.44%
G = 44.2%
B = 21.36%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#BBF074 (or 0xBBF074) is known color: Sulu. HEX triplet: BB, F0 and 74. RGB value is (187,240,116). Sum of RGB (Red+Green+Blue) = 187+240+116=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 240 (94.14% from 255 or 44.20% from 543); Blue value is 116 (45.70% from 255 or 21.36% from 543); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF074 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF074 is #440F8B. Grayscale: #D2D2D2. Windows color (decimal): -4460428 or 7663803. OLE color: 7663803.

HSL color Cylindrical-coordinate representation of color #BBF074: hue angle of 85.65º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBF074 is Cyan = 0.22, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 240 116 -
CMYK 0.22 0 0.52 0.06
HSL 85.65º 0.81% 0.7% -
HSV(B) 85.65º 0.52% 0.94% -
XYZ 54.81 74.15 27.95 -
YUV 210.02 74.94 111.58 -
System Red Green Blue C M Y K H S L
Decimal 187 240 116 0.22 0 0.52 0.06 85.65 0.81 0.7
Hex BB F0 74 16 0 34 6 56 51 46
Octal 273 360 164 26 0 64 6 126 121 106
Binary 10111011 11110000 1110100 10110 0 110100 110 1010110 1010001 1000110

Color Harmonies of #BBF074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF074

Black with #BBF074

Text Example


Text Example

White with #BBF074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF074; }

 p { color: rgb(187,240,116); }

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

background-color css

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

 a { background-color: rgb(187,240,116); }

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

border-color css

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

 span { border-color: rgb(187,240,116); }

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