#BDFF7A

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

Shades of Sulu #BDFF7A

Tints of Sulu #BDFF7A

Color information

#BDFF7A (or 0xBDFF7A) is unknown color: approx Sulu. HEX triplet: BD, FF and 7A. RGB value is (189,255,122). Sum of RGB (Red+Green+Blue) = 189+255+122=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 255 (100% from 255 or 45.05% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF7A is #420085. Grayscale: #DCDCDC. Windows color (decimal): -4325510 or 8060861. OLE color: 8060861.

HSL color Cylindrical-coordinate representation of color #BDFF7A: hue angle of 89.77º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BDFF7A is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB189255122-
CMYK0.2600.520
HSL89.77º100%73.92%-
HSV(B)89.77º52.16%100%-
XYZ60.2683.7431.4-
YUV220.172.63105.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.39%
GREEN value IS 255 (100% from 255) = 45.05%
BLUE value IS 122 (48.05% from 255) = 21.55%
R=33.39%
G=45.05%
B=21.55%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1892551220.2600.52089.7710073.92
HexBDFF7A1A03405a644a
Octal275377172320640132144112
Binary101111011111111111110101101001101000101101011001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFF7A; }

 p { color: rgb(189,255,122); }

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

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

 a { background-color: rgb(189,255,122); }

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

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

 span { border-color: rgb(189,255,122); }

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