Html Css Color HEX #BBF075 Sulu

📋 copy color: '#BBF075'

red 187 ◦ green 240 ◦ blue 117

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

Shades of Sulu #BBF075

Tints of Sulu #BBF075

RGB

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

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

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

R = 34.38%
G = 44.12%
B = 21.51%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.06

RGB Variations

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

Color information

#BBF075 (or 0xBBF075) is known color: Sulu. HEX triplet: BB, F0 and 75. RGB value is (187,240,117). Sum of RGB (Red+Green+Blue) = 187+240+117=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 240 (94.14% from 255 or 44.12% from 544); Blue value is 117 (46.09% from 255 or 21.51% from 544); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF075 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBF075 is #440F8A. Grayscale: #D2D2D2. Windows color (decimal): -4460427 or 7729339. OLE color: 7729339.

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

Color convert

RGB 187 240 117 -
CMYK 0.22 0 0.51 0.06
HSL 85.85º 0.8% 0.7% -
HSV(B) 85.85º 0.51% 0.94% -
XYZ 54.86 74.17 28.25 -
YUV 210.13 75.44 111.5 -
System Red Green Blue C M Y K H S L
Decimal 187 240 117 0.22 0 0.51 0.06 85.85 0.8 0.7
Hex BB F0 75 16 0 33 6 56 50 46
Octal 273 360 165 26 0 63 6 126 120 106
Binary 10111011 11110000 1110101 10110 0 110011 110 1010110 1010000 1000110

Color Harmonies of #BBF075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBF075

Black with #BBF075

Text Example


Text Example

White with #BBF075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBF075; }

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

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

background-color css

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

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

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

border-color css

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

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

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