Html Css Color HEX #BBF874 Sulu

📋 copy color: '#BBF874'

red 187 ◦ green 248 ◦ blue 116

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

Shades of Sulu #BBF874

Tints of Sulu #BBF874

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.01%

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

R = 33.94%
G = 45.01%
B = 21.05%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#BBF874 (or 0xBBF874) is known color: Sulu. HEX triplet: BB, F8 and 74. RGB value is (187,248,116). Sum of RGB (Red+Green+Blue) = 187+248+116=551 (72% of max value = 765). Red value is 187 (73.44% from 255 or 33.94% from 551); Green value is 248 (97.27% from 255 or 45.01% from 551); Blue value is 116 (45.70% from 255 or 21.05% from 551); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF874 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF874 is #44078B. Grayscale: #D7D7D7. Windows color (decimal): -4458380 or 7665851. OLE color: 7665851.

HSL color Cylindrical-coordinate representation of color #BBF874: hue angle of 87.73º degrees, saturation: 0.9, 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 #BBF874 is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 248 116 -
CMYK 0.25 0 0.53 0.03
HSL 87.73º 0.9% 0.71% -
HSV(B) 87.73º 0.53% 0.97% -
XYZ 57.21 78.96 28.75 -
YUV 214.71 72.29 108.23 -
System Red Green Blue C M Y K H S L
Decimal 187 248 116 0.25 0 0.53 0.03 87.73 0.9 0.71
Hex BB F8 74 19 0 35 3 58 5A 47
Octal 273 370 164 31 0 65 3 130 132 107
Binary 10111011 11111000 1110100 11001 0 110101 11 1011000 1011010 1000111

Color Harmonies of #BBF874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF874

Black with #BBF874

Text Example


Text Example

White with #BBF874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF874; }

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

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

background-color css

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

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

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

border-color css

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

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

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