Html Css Color HEX #BBF07F Sulu

📋 copy color: '#BBF07F'

red 187 ◦ green 240 ◦ blue 127

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

Shades of Sulu #BBF07F

Tints of Sulu #BBF07F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 22.92%

R = 33.75%
G = 43.32%
B = 22.92%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#BBF07F (or 0xBBF07F) is known color: Sulu. HEX triplet: BB, F0 and 7F. RGB value is (187,240,127). Sum of RGB (Red+Green+Blue) = 187+240+127=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 127 (50% from 255 or 22.92% from 554); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF07F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF07F is #440F80. Grayscale: #D3D3D3. Windows color (decimal): -4460417 or 8384699. OLE color: 8384699.

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

Color convert

RGB 187 240 127 -
CMYK 0.22 0 0.47 0.06
HSL 88.14º 0.79% 0.72% -
HSV(B) 88.14º 0.47% 0.94% -
XYZ 55.48 74.42 31.52 -
YUV 211.27 80.44 110.69 -
System Red Green Blue C M Y K H S L
Decimal 187 240 127 0.22 0 0.47 0.06 88.14 0.79 0.72
Hex BB F0 7F 16 0 2F 6 58 4F 48
Octal 273 360 177 26 0 57 6 130 117 110
Binary 10111011 11110000 1111111 10110 0 101111 110 1011000 1001111 1001000

Color Harmonies of #BBF07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF07F

Black with #BBF07F

Text Example


Text Example

White with #BBF07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF07F; }

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

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

background-color css

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

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

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

border-color css

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

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

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