#BEFF7C

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

Shades of Sulu #BEFF7C

Tints of Sulu #BEFF7C

Color information

#BEFF7C (or 0xBEFF7C) is unknown color: approx Sulu. HEX triplet: BE, FF and 7C. RGB value is (190,255,124). Sum of RGB (Red+Green+Blue) = 190+255+124=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 124 (48.83% from 255 or 21.79% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #BEFF7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEFF7C is #410083. Grayscale: #DDDDDD. Windows color (decimal): -4259972 or 8191934. OLE color: 8191934.

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

Color convert

RGB190255124-
CMYK0.2500.510
HSL89.77º100%74.31%-
HSV(B)89.77º51.37%100%-
XYZ60.6383.9232.07-
YUV220.6373.47106.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.39%
GREEN value IS 255 (100% from 255) = 44.82%
BLUE value IS 124 (48.83% from 255) = 21.79%
R=33.39%
G=44.82%
B=21.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1902551240.2500.51089.7710074.31
HexBEFF7C1903305a644a
Octal276377174310630132144112
Binary101111101111111111111001100101100110101101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEFF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEFF7C; }

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

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

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

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

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

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

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

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