#BEF17D

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

Shades of Sulu #BEF17D

Tints of Sulu #BEF17D

Color information

#BEF17D (or 0xBEF17D) is unknown color: approx Sulu. HEX triplet: BE, F1 and 7D. RGB value is (190,241,125). Sum of RGB (Red+Green+Blue) = 190+241+125=556 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.17% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 125 (49.22% from 255 or 22.48% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #BEF17D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEF17D is #410E82. Grayscale: #D4D4D4. Windows color (decimal): -4263555 or 8253886. OLE color: 8253886.

HSL color Cylindrical-coordinate representation of color #BEF17D: hue angle of 86.38º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BEF17D is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB190241125-
CMYK0.2100.480.05
HSL86.38º80.56%71.76%-
HSV(B)86.38º48.13%94.51%-
XYZ56.3975.3430.97-
YUV212.5378.6111.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.17%
GREEN value IS 241 (94.53% from 255) = 43.35%
BLUE value IS 125 (49.22% from 255) = 22.48%
R=34.17%
G=43.35%
B=22.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1902411250.2100.480.0586.3880.5671.76
HexBEF17D150305565148
Octal276361175250605126121110
Binary10111110111100011111101101010110000101101011010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEF17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEF17D; }

 p { color: rgb(190,241,125); }

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

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

 a { background-color: rgb(190,241,125); }

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

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

 span { border-color: rgb(190,241,125); }

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