#BFF269

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

Shades of Sulu #BFF269

Tints of Sulu #BFF269

Color information

#BFF269 (or 0xBFF269) is unknown color: approx Sulu. HEX triplet: BF, F2 and 69. RGB value is (191,242,105). Sum of RGB (Red+Green+Blue) = 191+242+105=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 242 (94.92% from 255 or 44.98% from 538); Blue value is 105 (41.41% from 255 or 19.52% from 538); Max value from RGB is 242 - color contains mainly: green. Hex color #BFF269 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF269 is #400D96. Grayscale: #D3D3D3. Windows color (decimal): -4197783 or 6943423. OLE color: 6943423.

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

Color convert

RGB191242105-
CMYK0.2100.570.05
HSL82.34º84.05%68.04%-
HSV(B)82.34º56.61%94.9%-
XYZ55.7975.625.02-
YUV211.1368.1113.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 242 (94.92% from 255) = 44.98%
BLUE value IS 105 (41.41% from 255) = 19.52%
R=35.50%
G=44.98%
B=19.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1912421050.2100.570.0582.3484.0568.04
HexBFF269150395525444
Octal277362151250715122124104
Binary10111111111100101101001101010111001101101001010101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF269; }

 p { color: rgb(191,242,105); }

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

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

 a { background-color: rgb(191,242,105); }

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

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

 span { border-color: rgb(191,242,105); }

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