#BEFF7E

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

Shades of Sulu #BEFF7E

Tints of Sulu #BEFF7E

Color information

#BEFF7E (or 0xBEFF7E) is unknown color: approx Sulu. HEX triplet: BE, FF and 7E. RGB value is (190,255,126). Sum of RGB (Red+Green+Blue) = 190+255+126=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 255 (100% from 255 or 44.66% from 571); Blue value is 126 (49.61% from 255 or 22.07% from 571); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF7E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF7E is #410081. Grayscale: #DDDDDD. Windows color (decimal): -4259970 or 8323006. OLE color: 8323006.

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

Color convert

RGB190255126-
CMYK0.2500.510
HSL90.23º100%74.71%-
HSV(B)90.23º50.59%100%-
XYZ60.7683.9732.74-
YUV220.8674.47105.99-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.27%
GREEN value IS 255 (100% from 255) = 44.66%
BLUE value IS 126 (49.61% from 255) = 22.07%
R=33.27%
G=44.66%
B=22.07%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551260.2500.51090.2310074.71
HexBEFF7E1903305a644b
Octal276377176310630132144113
Binary101111101111111111111101100101100110101101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFF7E; }

 p { color: rgb(190,255,126); }

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

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

 a { background-color: rgb(190,255,126); }

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

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

 span { border-color: rgb(190,255,126); }

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