#BDF363

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

Shades of Conifer #BDF363

Tints of Conifer #BDF363

Color information

#BDF363 (or 0xBDF363) is unknown color: approx Conifer. HEX triplet: BD, F3 and 63. RGB value is (189,243,99). Sum of RGB (Red+Green+Blue) = 189+243+99=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 243 (95.31% from 255 or 45.76% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 243 - color contains mainly: green. Hex color #BDF363 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDF363 is #420C9C. Grayscale: #D2D2D2. Windows color (decimal): -4328605 or 6550461. OLE color: 6550461.

HSL color Cylindrical-coordinate representation of color #BDF363: hue angle of 82.5º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BDF363 is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB18924399-
CMYK0.2200.590.05
HSL82.5º85.71%67.06%-
HSV(B)82.5º59.26%95.29%-
XYZ55.2975.8223.53-
YUV210.4465.11112.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 243 (95.31% from 255) = 45.76%
BLUE value IS 99 (39.06% from 255) = 18.64%
R=35.59%
G=45.76%
B=18.64%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal189243990.2200.590.0582.585.7167.06
HexBDF3631603B5525643
Octal275363143260735122126103
Binary10111101111100111100011101100111011101101001010101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDF363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDF363; }

 p { color: rgb(189,243,99); }

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

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

 a { background-color: rgb(189,243,99); }

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

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

 span { border-color: rgb(189,243,99); }

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