Html Css Color HEX #BBF774 Sulu

📋 copy color: '#BBF774'

red 187 ◦ green 247 ◦ blue 116

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

Shades of Sulu #BBF774

Tints of Sulu #BBF774

RGB

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

 GREEN value IS 247 (96.88% from 255) = 44.91%

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

R = 34%
G = 44.91%
B = 21.09%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#BBF774 (or 0xBBF774) is known color: Sulu. HEX triplet: BB, F7 and 74. RGB value is (187,247,116). Sum of RGB (Red+Green+Blue) = 187+247+116=550 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34% from 550); Green value is 247 (96.88% from 255 or 44.91% from 550); Blue value is 116 (45.70% from 255 or 21.09% from 550); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF774 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF774 is #44088B. Grayscale: #D6D6D6. Windows color (decimal): -4458636 or 7665595. OLE color: 7665595.

HSL color Cylindrical-coordinate representation of color #BBF774: hue angle of 87.48º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BBF774 is Cyan = 0.24, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 247 116 -
CMYK 0.24 0 0.53 0.03
HSL 87.48º 0.89% 0.71% -
HSV(B) 87.48º 0.53% 0.97% -
XYZ 56.91 78.35 28.65 -
YUV 214.13 72.62 108.65 -
System Red Green Blue C M Y K H S L
Decimal 187 247 116 0.24 0 0.53 0.03 87.48 0.89 0.71
Hex BB F7 74 18 0 35 3 57 59 47
Octal 273 367 164 30 0 65 3 127 131 107
Binary 10111011 11110111 1110100 11000 0 110101 11 1010111 1011001 1000111

Color Harmonies of #BBF774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF774

Black with #BBF774

Text Example


Text Example

White with #BBF774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF774; }

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

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

background-color css

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

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

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

border-color css

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

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

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