#BFFF7C

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

Shades of Sulu #BFFF7C

Tints of Sulu #BFFF7C

Color information

#BFFF7C (or 0xBFFF7C) is unknown color: approx Sulu. HEX triplet: BF, FF and 7C. RGB value is (191,255,124). Sum of RGB (Red+Green+Blue) = 191+255+124=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 124 (48.83% from 255 or 21.75% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #BFFF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFF7C is #400083. Grayscale: #DDDDDD. Windows color (decimal): -4194436 or 8191935. OLE color: 8191935.

HSL color Cylindrical-coordinate representation of color #BFFF7C: hue angle of 89.31º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BFFF7C is Cyan = 0.25, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB191255124-
CMYK0.2500.510
HSL89.31º100%74.31%-
HSV(B)89.31º51.37%100%-
XYZ60.8884.0532.08-
YUV220.9373.3106.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 255 (100% from 255) = 44.74%
BLUE value IS 124 (48.83% from 255) = 21.75%
R=33.51%
G=44.74%
B=21.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912551240.2500.51089.3110074.31
HexBFFF7C19033059644a
Octal277377174310630131144112
Binary101111111111111111111001100101100110101100111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFF7C; }

 p { color: rgb(191,255,124); }

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

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

 a { background-color: rgb(191,255,124); }

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

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

 span { border-color: rgb(191,255,124); }

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