#BDFD8A

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

Shades of Sulu #BDFD8A

Tints of Sulu #BDFD8A

Color information

#BDFD8A (or 0xBDFD8A) is unknown color: approx Sulu. HEX triplet: BD, FD and 8A. RGB value is (189,253,138). Sum of RGB (Red+Green+Blue) = 189+253+138=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 253 (99.22% from 255 or 43.62% from 580); Blue value is 138 (54.30% from 255 or 23.79% from 580); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BDFD8A is #420275. Grayscale: #DDDDDD. Windows color (decimal): -4326006 or 9108925. OLE color: 9108925.

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

Color convert

RGB189253138-
CMYK0.2500.450.01
HSL93.39º96.64%76.67%-
HSV(B)93.39º45.45%99.22%-
XYZ60.782.936.85-
YUV220.7581.3105.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.59%
GREEN value IS 253 (99.22% from 255) = 43.62%
BLUE value IS 138 (54.30% from 255) = 23.79%
R=32.59%
G=43.62%
B=23.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892531380.2500.450.0193.3996.6476.67
HexBDFD8A1902D15d614d
Octal275375212310551135141115
Binary1011110111111101100010101100101011011101110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFD8A; }

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

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

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

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

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

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

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

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