#BEF488

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

Shades of Sulu #BEF488

Tints of Sulu #BEF488

Color information

#BEF488 (or 0xBEF488) is unknown color: approx Sulu. HEX triplet: BE, F4 and 88. RGB value is (190,244,136). Sum of RGB (Red+Green+Blue) = 190+244+136=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 244 (95.70% from 255 or 42.81% from 570); Blue value is 136 (53.52% from 255 or 23.86% from 570); Max value from RGB is 244 - color contains mainly: green. Hex color #BEF488 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BEF488 is #410B77. Grayscale: #D7D7D7. Windows color (decimal): -4262776 or 8975550. OLE color: 8975550.

HSL color Cylindrical-coordinate representation of color #BEF488: hue angle of 90º degrees, saturation: 0.83, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BEF488 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.

Color convert

RGB190244136-
CMYK0.2200.440.04
HSL90º83.08%74.51%-
HSV(B)90º44.26%95.69%-
XYZ58.0377.4335.18-
YUV215.5483.11109.78-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 244 (95.70% from 255) = 42.81%
BLUE value IS 136 (53.52% from 255) = 23.86%
R=33.33%
G=42.81%
B=23.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1902441360.2200.440.049083.0874.51
HexBEF4881602C45a534b
Octal276364210260544132123113
Binary101111101111010010001000101100101100100101101010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF488; }

 p { color: rgb(190,244,136); }

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

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

 a { background-color: rgb(190,244,136); }

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

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

 span { border-color: rgb(190,244,136); }

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