#BDF67B

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

Shades of Sulu #BDF67B

Tints of Sulu #BDF67B

Color information

#BDF67B (or 0xBDF67B) is unknown color: approx Sulu. HEX triplet: BD, F6 and 7B. RGB value is (189,246,123). Sum of RGB (Red+Green+Blue) = 189+246+123=558 (73% of max value = 765). Red value is 189 (74.22% from 255 or 33.87% from 558); Green value is 246 (96.48% from 255 or 44.09% from 558); Blue value is 123 (48.44% from 255 or 22.04% from 558); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF67B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF67B is #420984. Grayscale: #D7D7D7. Windows color (decimal): -4327813 or 8124093. OLE color: 8124093.

HSL color Cylindrical-coordinate representation of color #BDF67B: hue angle of 87.8º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BDF67B is Cyan = 0.23, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB189246123-
CMYK0.2300.500.04
HSL87.8º87.23%72.35%-
HSV(B)87.8º50%96.47%-
XYZ57.5278.1630.79-
YUV214.9376.12109.5-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.87%
GREEN value IS 246 (96.48% from 255) = 44.09%
BLUE value IS 123 (48.44% from 255) = 22.04%
R=33.87%
G=44.09%
B=22.04%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1892461230.2300.500.0487.887.2372.35
HexBDF67B170324585748
Octal275366173270624130127110
Binary10111101111101101111011101110110010100101100010101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF67B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF67B; }

 p { color: rgb(189,246,123); }

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

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

 a { background-color: rgb(189,246,123); }

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

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

 span { border-color: rgb(189,246,123); }

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