#BFE67C

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

Shades of Sulu #BFE67C

Tints of Sulu #BFE67C

Color information

#BFE67C (or 0xBFE67C) is unknown color: approx Sulu. HEX triplet: BF, E6 and 7C. RGB value is (191,230,124). Sum of RGB (Red+Green+Blue) = 191+230+124=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 230 (90.23% from 255 or 42.20% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 230 - color contains mainly: green. Hex color #BFE67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFE67C is #401983. Grayscale: #CECECE. Windows color (decimal): -4200836 or 8185535. OLE color: 8185535.

HSL color Cylindrical-coordinate representation of color #BFE67C: hue angle of 82.08º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFE67C is Cyan = 0.17, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.

Color convert

RGB191230124-
CMYK0.1700.460.10
HSL82.08º67.95%69.41%-
HSV(B)82.08º46.09%90.2%-
XYZ53.4269.1329.6-
YUV206.2581.58117.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 230 (90.23% from 255) = 42.20%
BLUE value IS 124 (48.83% from 255) = 22.75%
R=35.05%
G=42.20%
B=22.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1912301240.1700.460.1082.0867.9569.41
HexBFE67C1102EA524445
Octal2773461742105612122104105
Binary101111111110011011111001000101011101010101001010001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE67C; }

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

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

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

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

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

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

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

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