#BEF769

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

Shades of Sulu #BEF769

Tints of Sulu #BEF769

Color information

#BEF769 (or 0xBEF769) is unknown color: approx Sulu. HEX triplet: BE, F7 and 69. RGB value is (190,247,105). Sum of RGB (Red+Green+Blue) = 190+247+105=542 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.06% from 542); Green value is 247 (96.88% from 255 or 45.57% from 542); Blue value is 105 (41.41% from 255 or 19.37% from 542); Max value from RGB is 247 - color contains mainly: green. Hex color #BEF769 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF769 is #410896. Grayscale: #D6D6D6. Windows color (decimal): -4262039 or 6944702. OLE color: 6944702.

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

Color convert

RGB190247105-
CMYK0.2300.570.03
HSL84.08º89.87%69.02%-
HSV(B)84.08º57.49%96.86%-
XYZ57.0578.4925.51-
YUV213.7766.62111.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.06%
GREEN value IS 247 (96.88% from 255) = 45.57%
BLUE value IS 105 (41.41% from 255) = 19.37%
R=35.06%
G=45.57%
B=19.37%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1902471050.2300.570.0384.0889.8769.02
HexBEF769170393545a45
Octal276367151270713124132105
Binary1011111011110111110100110111011100111101010010110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF769; }

 p { color: rgb(190,247,105); }

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

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

 a { background-color: rgb(190,247,105); }

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

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

 span { border-color: rgb(190,247,105); }

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