#BDF965

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

Shades of Sulu #BDF965

Tints of Sulu #BDF965

Color information

#BDF965 (or 0xBDF965) is unknown color: approx Sulu. HEX triplet: BD, F9 and 65. RGB value is (189,249,101). Sum of RGB (Red+Green+Blue) = 189+249+101=539 (71% of max value = 765). Red value is 189 (74.22% from 255 or 35.06% from 539); Green value is 249 (97.66% from 255 or 46.20% from 539); Blue value is 101 (39.84% from 255 or 18.74% from 539); Max value from RGB is 249 - color contains mainly: green. Hex color #BDF965 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF965 is #42069A. Grayscale: #D6D6D6. Windows color (decimal): -4327067 or 6683069. OLE color: 6683069.

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

Color convert

RGB189249101-
CMYK0.2400.590.02
HSL84.32º92.5%68.63%-
HSV(B)84.32º59.44%97.65%-
XYZ57.2179.5124.64-
YUV214.1964.12110.03-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.06%
GREEN value IS 249 (97.66% from 255) = 46.20%
BLUE value IS 101 (39.84% from 255) = 18.74%
R=35.06%
G=46.20%
B=18.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892491010.2400.590.0284.3292.568.63
HexBDF9651803B2545c45
Octal275371145300732124134105
Binary1011110111111001110010111000011101110101010010111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF965; }

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

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

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

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

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

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

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

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