#BDF97F

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

Shades of Sulu #BDF97F

Tints of Sulu #BDF97F

Color information

#BDF97F (or 0xBDF97F) is unknown color: approx Sulu. HEX triplet: BD, F9 and 7F. RGB value is (189,249,127). Sum of RGB (Red+Green+Blue) = 189+249+127=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 249 (97.66% from 255 or 44.07% from 565); Blue value is 127 (50% from 255 or 22.48% from 565); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF97F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF97F is #420680. Grayscale: #D9D9D9. Windows color (decimal): -4327041 or 8387005. OLE color: 8387005.

HSL color Cylindrical-coordinate representation of color #BDF97F: hue angle of 89.51º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BDF97F is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB189249127-
CMYK0.2400.490.02
HSL89.51º91.04%73.73%-
HSV(B)89.51º49%97.65%-
XYZ58.6980.132.45-
YUV217.1577.12107.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 249 (97.66% from 255) = 44.07%
BLUE value IS 127 (50% from 255) = 22.48%
R=33.45%
G=44.07%
B=22.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491270.2400.490.0289.5191.0473.73
HexBDF97F1803125a5b4a
Octal275371177300612132133112
Binary1011110111111001111111111000011000110101101010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF97F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF97F; }

 p { color: rgb(189,249,127); }

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

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

 a { background-color: rgb(189,249,127); }

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

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

 span { border-color: rgb(189,249,127); }

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