#BDFD6A

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

Shades of Sulu #BDFD6A

Tints of Sulu #BDFD6A

Color information

#BDFD6A (or 0xBDFD6A) is unknown color: approx Sulu. HEX triplet: BD, FD and 6A. RGB value is (189,253,106). Sum of RGB (Red+Green+Blue) = 189+253+106=548 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.49% from 548); Green value is 253 (99.22% from 255 or 46.17% from 548); Blue value is 106 (41.80% from 255 or 19.34% from 548); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFD6A is #420295. Grayscale: #D9D9D9. Windows color (decimal): -4326038 or 7011773. OLE color: 7011773.

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

Color convert

RGB189253106-
CMYK0.2500.580.01
HSL86.12º97.35%70.39%-
HSV(B)86.12º58.1%99.22%-
XYZ58.7182.1126.39-
YUV217.1165.3107.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.49%
GREEN value IS 253 (99.22% from 255) = 46.17%
BLUE value IS 106 (41.80% from 255) = 19.34%
R=34.49%
G=46.17%
B=19.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1892531060.2500.580.0186.1297.3570.39
HexBDFD6A1903A1566146
Octal275375152310721126141106
Binary101111011111110111010101100101110101101011011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFD6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFD6A; }

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

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

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

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

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

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

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

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