Html Css Color HEX #BBF375 Sulu

📋 copy color: '#BBF375'

red 187 ◦ green 243 ◦ blue 117

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

Shades of Sulu #BBF375

Tints of Sulu #BBF375

RGB

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

 GREEN value IS 243 (95.31% from 255) = 44.42%

 BLUE value IS 117 (46.09% from 255) = 21.39%

R = 34.19%
G = 44.42%
B = 21.39%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#BBF375 (or 0xBBF375) is known color: Sulu. HEX triplet: BB, F3 and 75. RGB value is (187,243,117). Sum of RGB (Red+Green+Blue) = 187+243+117=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 243 (95.31% from 255 or 44.42% from 547); Blue value is 117 (46.09% from 255 or 21.39% from 547); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF375 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF375 is #440C8A. Grayscale: #D4D4D4. Windows color (decimal): -4459659 or 7730107. OLE color: 7730107.

HSL color Cylindrical-coordinate representation of color #BBF375: hue angle of 86.67º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BBF375 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 243 117 -
CMYK 0.23 0 0.52 0.05
HSL 86.67º 0.84% 0.71% -
HSV(B) 86.67º 0.52% 0.95% -
XYZ 55.76 75.95 28.55 -
YUV 211.89 74.45 110.25 -
System Red Green Blue C M Y K H S L
Decimal 187 243 117 0.23 0 0.52 0.05 86.67 0.84 0.71
Hex BB F3 75 17 0 34 5 57 54 47
Octal 273 363 165 27 0 64 5 127 124 107
Binary 10111011 11110011 1110101 10111 0 110100 101 1010111 1010100 1000111

Color Harmonies of #BBF375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF375

Black with #BBF375

Text Example


Text Example

White with #BBF375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF375; }

 p { color: rgb(187,243,117); }

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

background-color css

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

 a { background-color: rgb(187,243,117); }

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

border-color css

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

 span { border-color: rgb(187,243,117); }

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