Html Css Color HEX #BBF06B Sulu

📋 copy color: '#BBF06B'

red 187 ◦ green 240 ◦ blue 107

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

Shades of Sulu #BBF06B

Tints of Sulu #BBF06B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.04%

R = 35.02%
G = 44.94%
B = 20.04%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#BBF06B (or 0xBBF06B) is known color: Sulu. HEX triplet: BB, F0 and 6B. RGB value is (187,240,107). Sum of RGB (Red+Green+Blue) = 187+240+107=534 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.02% from 534); Green value is 240 (94.14% from 255 or 44.94% from 534); Blue value is 107 (42.19% from 255 or 20.04% from 534); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF06B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF06B is #440F94. Grayscale: #D1D1D1. Windows color (decimal): -4460437 or 7073979. OLE color: 7073979.

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

Color convert

RGB 187 240 107 -
CMYK 0.22 0 0.55 0.06
HSL 83.91º 0.82% 0.68% -
HSV(B) 83.91º 0.55% 0.94% -
XYZ 54.31 73.95 25.32 -
YUV 208.99 70.44 112.31 -
System Red Green Blue C M Y K H S L
Decimal 187 240 107 0.22 0 0.55 0.06 83.91 0.82 0.68
Hex BB F0 6B 16 0 37 6 54 52 44
Octal 273 360 153 26 0 67 6 124 122 104
Binary 10111011 11110000 1101011 10110 0 110111 110 1010100 1010010 1000100

Color Harmonies of #BBF06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF06B

Black with #BBF06B

Text Example


Text Example

White with #BBF06B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF06B; }

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

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

background-color css

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

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

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

border-color css

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

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

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