#BEFF8A

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

Shades of Sulu #BEFF8A

Tints of Sulu #BEFF8A

Color information

#BEFF8A (or 0xBEFF8A) is unknown color: approx Sulu. HEX triplet: BE, FF and 8A. RGB value is (190,255,138). Sum of RGB (Red+Green+Blue) = 190+255+138=583 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.59% from 583); Green value is 255 (100% from 255 or 43.74% from 583); Blue value is 138 (54.30% from 255 or 23.67% from 583); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFF8A is #410075. Grayscale: #DEDEDE. Windows color (decimal): -4259958 or 9109438. OLE color: 9109438.

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

Color convert

RGB190255138-
CMYK0.2500.460
HSL93.33º100%77.06%-
HSV(B)93.33º45.88%100%-
XYZ61.5884.337.07-
YUV222.2380.47105.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.59%
GREEN value IS 255 (100% from 255) = 43.74%
BLUE value IS 138 (54.30% from 255) = 23.67%
R=32.59%
G=43.74%
B=23.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551380.2500.46093.3310077.06
HexBEFF8A1902E05d644d
Octal276377212310560135144115
Binary1011111011111111100010101100101011100101110111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFF8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFF8A; }

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

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

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

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

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

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

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

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