#BBFD65

Color #BBFD65 Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #BBFD65

Tints of Sulu #BBFD65

Color information

#BBFD65 (or 0xBBFD65) is unknown color: approx Sulu. HEX triplet: BB, FD and 65. RGB value is (187,253,101). Sum of RGB (Red+Green+Blue) = 187+253+101=541 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.57% from 541); Green value is 253 (99.22% from 255 or 46.77% from 541); Blue value is 101 (39.84% from 255 or 18.67% from 541); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFD65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BBFD65 is #44029A. Grayscale: #D8D8D8. Windows color (decimal): -4457115 or 6684091. OLE color: 6684091.

HSL color Cylindrical-coordinate representation of color #BBFD65: hue angle of 86.05º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBFD65 is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB187253101-
CMYK0.2600.600.01
HSL86.05º97.44%69.41%-
HSV(B)86.05º60.08%99.22%-
XYZ57.9781.7525.04-
YUV215.9463.13107.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 34.57%
GREEN value IS 253 (99.22% from 255) = 46.77%
BLUE value IS 101 (39.84% from 255) = 18.67%
R=34.57%
G=46.77%
B=18.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1872531010.2600.600.0186.0597.4469.41
HexBBFD651A03C1566145
Octal273375145320741126141105
Binary101110111111110111001011101001111001101011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBFD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBFD65; }

 p { color: rgb(187,253,101); }

 H1.HeaderClassName
 {
   color: #BBFD65;
 }
 .AnyTagClassName
 {
   color: #BBFD65;
 }
</style>
background-color css

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

 a { background-color: rgb(187,253,101); }

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

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

 span { border-color: rgb(187,253,101); }

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