#BEFF84

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

Shades of Sulu #BEFF84

Tints of Sulu #BEFF84

Color information

#BEFF84 (or 0xBEFF84) is unknown color: approx Sulu. HEX triplet: BE, FF and 84. RGB value is (190,255,132). Sum of RGB (Red+Green+Blue) = 190+255+132=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 255 (100% from 255 or 44.19% from 577); Blue value is 132 (51.95% from 255 or 22.88% from 577); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEFF84 is #41007B. Grayscale: #DDDDDD. Windows color (decimal): -4259964 or 8716222. OLE color: 8716222.

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

Color convert

RGB190255132-
CMYK0.2500.480
HSL91.71º100%75.88%-
HSV(B)91.71º48.24%100%-
XYZ61.1684.1334.85-
YUV221.5477.47105.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.93%
GREEN value IS 255 (100% from 255) = 44.19%
BLUE value IS 132 (51.95% from 255) = 22.88%
R=32.93%
G=44.19%
B=22.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551320.2500.48091.7110075.88
HexBEFF841903005c644c
Octal276377204310600134144114
Binary1011111011111111100001001100101100000101110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFF84; }

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

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

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

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

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

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

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

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