#BEED7D

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

Shades of Sulu #BEED7D

Tints of Sulu #BEED7D

Color information

#BEED7D (or 0xBEED7D) is unknown color: approx Sulu. HEX triplet: BE, ED and 7D. RGB value is (190,237,125). Sum of RGB (Red+Green+Blue) = 190+237+125=552 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.42% from 552); Green value is 237 (92.97% from 255 or 42.93% from 552); Blue value is 125 (49.22% from 255 or 22.64% from 552); Max value from RGB is 237 - color contains mainly: green. Hex color #BEED7D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BEED7D is #411282. Grayscale: #D2D2D2. Windows color (decimal): -4264579 or 8252862. OLE color: 8252862.

HSL color Cylindrical-coordinate representation of color #BEED7D: hue angle of 85.18º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BEED7D is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB190237125-
CMYK0.2000.470.07
HSL85.18º75.68%70.98%-
HSV(B)85.18º47.26%92.94%-
XYZ55.227330.58-
YUV210.1879.93113.61-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 34.42%
GREEN value IS 237 (92.97% from 255) = 42.93%
BLUE value IS 125 (49.22% from 255) = 22.64%
R=34.42%
G=42.93%
B=22.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1902371250.2000.470.0785.1875.6870.98
HexBEED7D1402F7554c47
Octal276355175240577125114107
Binary10111110111011011111101101000101111111101010110011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEED7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEED7D; }

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

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

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

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

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

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

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

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