#BDFD7B

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

Shades of Sulu #BDFD7B

Tints of Sulu #BDFD7B

Color information

#BDFD7B (or 0xBDFD7B) is unknown color: approx Sulu. HEX triplet: BD, FD and 7B. RGB value is (189,253,123). Sum of RGB (Red+Green+Blue) = 189+253+123=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 253 (99.22% from 255 or 44.78% from 565); Blue value is 123 (48.44% from 255 or 21.77% from 565); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFD7B is #420284. Grayscale: #DBDBDB. Windows color (decimal): -4326021 or 8125885. OLE color: 8125885.

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

Color convert

RGB189253123-
CMYK0.2500.510.01
HSL89.54º97.01%73.73%-
HSV(B)89.54º51.38%99.22%-
XYZ59.6982.531.52-
YUV219.0473.8106.57-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 253 (99.22% from 255) = 44.78%
BLUE value IS 123 (48.44% from 255) = 21.77%
R=33.45%
G=44.78%
B=21.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892531230.2500.510.0189.5497.0173.73
HexBDFD7B1903315a614a
Octal275375173310631132141112
Binary101111011111110111110111100101100111101101011000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFD7B; }

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

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

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

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

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

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

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

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