#BFF67D

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

Shades of Sulu #BFF67D

Tints of Sulu #BFF67D

Color information

#BFF67D (or 0xBFF67D) is unknown color: approx Sulu. HEX triplet: BF, F6 and 7D. RGB value is (191,246,125). Sum of RGB (Red+Green+Blue) = 191+246+125=562 (74% of max value = 765). Red value is 191 (75% from 255 or 33.99% from 562); Green value is 246 (96.48% from 255 or 43.77% from 562); Blue value is 125 (49.22% from 255 or 22.24% from 562); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF67D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF67D is #400982. Grayscale: #D8D8D8. Windows color (decimal): -4196739 or 8255167. OLE color: 8255167.

HSL color Cylindrical-coordinate representation of color #BFF67D: hue angle of 87.27º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BFF67D is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB191246125-
CMYK0.2200.490.04
HSL87.27º87.05%72.75%-
HSV(B)87.27º49.19%96.47%-
XYZ58.1478.4731.48-
YUV215.7676.78110.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.99%
GREEN value IS 246 (96.48% from 255) = 43.77%
BLUE value IS 125 (49.22% from 255) = 22.24%
R=33.99%
G=43.77%
B=22.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912461250.2200.490.0487.2787.0572.75
HexBFF67D160314575749
Octal277366175260614127127111
Binary10111111111101101111101101100110001100101011110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF67D; }

 p { color: rgb(191,246,125); }

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

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

 a { background-color: rgb(191,246,125); }

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

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

 span { border-color: rgb(191,246,125); }

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