#BFE27B

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

Shades of Sulu #BFE27B

Tints of Sulu #BFE27B

Color information

#BFE27B (or 0xBFE27B) is unknown color: approx Sulu. HEX triplet: BF, E2 and 7B. RGB value is (191,226,123). Sum of RGB (Red+Green+Blue) = 191+226+123=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 226 (88.67% from 255 or 41.85% from 540); Blue value is 123 (48.44% from 255 or 22.78% from 540); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE27B is #401D84. Grayscale: #CCCCCC. Windows color (decimal): -4201861 or 8118975. OLE color: 8118975.

HSL color Cylindrical-coordinate representation of color #BFE27B: hue angle of 80.39º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BFE27B is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB191226123-
CMYK0.1500.460.11
HSL80.39º63.98%68.43%-
HSV(B)80.39º45.58%88.63%-
XYZ52.2666.928.9-
YUV203.7982.4118.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.37%
GREEN value IS 226 (88.67% from 255) = 41.85%
BLUE value IS 123 (48.44% from 255) = 22.78%
R=35.37%
G=41.85%
B=22.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912261230.1500.460.1180.3963.9868.43
HexBFE27BF02EB504044
Octal2773421731705613120100104
Binary10111111111000101111011111101011101011101000010000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE27B; }

 p { color: rgb(191,226,123); }

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

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

 a { background-color: rgb(191,226,123); }

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

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

 span { border-color: rgb(191,226,123); }

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