#BEF88D

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

Shades of Sulu #BEF88D

Tints of Sulu #BEF88D

Color information

#BEF88D (or 0xBEF88D) is unknown color: approx Sulu. HEX triplet: BE, F8 and 8D. RGB value is (190,248,141). Sum of RGB (Red+Green+Blue) = 190+248+141=579 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.82% from 579); Green value is 248 (97.27% from 255 or 42.83% from 579); Blue value is 141 (55.47% from 255 or 24.35% from 579); Max value from RGB is 248 - color contains mainly: green. Hex color #BEF88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF88D is #410772. Grayscale: #DADADA. Windows color (decimal): -4261747 or 9304254. OLE color: 9304254.

HSL color Cylindrical-coordinate representation of color #BEF88D: hue angle of 92.52º degrees, saturation: 0.88, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BEF88D is Cyan = 0.23, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB190248141-
CMYK0.2300.430.03
HSL92.52º88.43%76.27%-
HSV(B)92.52º43.15%97.25%-
XYZ59.6180.0137.5-
YUV218.4684.28107.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.82%
GREEN value IS 248 (97.27% from 255) = 42.83%
BLUE value IS 141 (55.47% from 255) = 24.35%
R=32.82%
G=42.83%
B=24.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902481410.2300.430.0392.5288.4376.27
HexBEF88D1702B35d584c
Octal276370215270533135130114
Binary10111110111110001000110110111010101111101110110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF88D; }

 p { color: rgb(190,248,141); }

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

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

 a { background-color: rgb(190,248,141); }

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

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

 span { border-color: rgb(190,248,141); }

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