#BDF760

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

Shades of Conifer #BDF760

Tints of Conifer #BDF760

Color information

#BDF760 (or 0xBDF760) is unknown color: approx Conifer. HEX triplet: BD, F7 and 60. RGB value is (189,247,96). Sum of RGB (Red+Green+Blue) = 189+247+96=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 247 (96.88% from 255 or 46.43% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF760 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF760 is #42089F. Grayscale: #D4D4D4. Windows color (decimal): -4327584 or 6354877. OLE color: 6354877.

HSL color Cylindrical-coordinate representation of color #BDF760: hue angle of 83.05º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BDF760 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.

Color convert

RGB18924796-
CMYK0.2300.610.03
HSL83.05º90.42%67.25%-
HSV(B)83.05º61.13%96.86%-
XYZ56.3678.1823.19-
YUV212.4462.28111.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 247 (96.88% from 255) = 46.43%
BLUE value IS 96 (37.89% from 255) = 18.05%
R=35.53%
G=46.43%
B=18.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal189247960.2300.610.0383.0590.4267.25
HexBDF7601703D3535a43
Octal275367140270753123132103
Binary1011110111110111110000010111011110111101001110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF760; }

 p { color: rgb(189,247,96); }

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

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

 a { background-color: rgb(189,247,96); }

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

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

 span { border-color: rgb(189,247,96); }

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