#BDFF5C

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

Shades of Conifer #BDFF5C

Tints of Conifer #BDFF5C

Color information

#BDFF5C (or 0xBDFF5C) is unknown color: approx Conifer. HEX triplet: BD, FF and 5C. RGB value is (189,255,92). Sum of RGB (Red+Green+Blue) = 189+255+92=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 255 (100% from 255 or 47.57% from 536); Blue value is 92 (36.33% from 255 or 17.16% from 536); Max value from RGB is 255 - color contains mainly: green. Hex color #BDFF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BDFF5C is #4200A3. Grayscale: #D9D9D9. Windows color (decimal): -4325540 or 6094781. OLE color: 6094781.

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

Color convert

RGB18925592-
CMYK0.2600.640
HSL84.29º100%68.04%-
HSV(B)84.29º63.92%100%-
XYZ58.6883.1123.07-
YUV216.6857.63108.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 255 (100% from 255) = 47.57%
BLUE value IS 92 (36.33% from 255) = 17.16%
R=35.26%
G=47.57%
B=17.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal189255920.2600.64084.2910068.04
HexBDFF5C1A0400546444
Octal2753771343201000124144104
Binary1011110111111111101110011010010000000101010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDFF5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDFF5C; }

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

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

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

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

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

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

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

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