Html Css Color HEX #BCDF5E Conifer

📋 copy color: '#BCDF5E'

red 188 ◦ green 223 ◦ blue 94

#BCDF5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Conifer #BCDF5E

Tints of Conifer #BCDF5E

RGB

 RED value IS 188 (73.83% from 255) = 37.23%

 GREEN value IS 223 (87.5% from 255) = 44.16%

 BLUE value IS 94 (37.11% from 255) = 18.61%

R = 37.23%
G = 44.16%
B = 18.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#BCDF5E (or 0xBCDF5E) is known color: Conifer. HEX triplet: BC, DF and 5E. RGB value is (188,223,94). Sum of RGB (Red+Green+Blue) = 188+223+94=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 94 (37.11% from 255 or 18.61% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF5E is #4320A1. Grayscale: #C6C6C6. Windows color (decimal): -4399266 or 6217660. OLE color: 6217660.

HSL color Cylindrical-coordinate representation of color #BCDF5E: hue angle of 76.28º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BCDF5E is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 223 94 -
CMYK 0.16 0 0.58 0.13
HSL 76.28º 0.67% 0.62% -
HSV(B) 76.28º 0.58% 0.87% -
XYZ 49.15 64.27 20.41 -
YUV 197.83 69.4 120.99 -
System Red Green Blue C M Y K H S L
Decimal 188 223 94 0.16 0 0.58 0.13 76.28 0.67 0.62
Hex BC DF 5E 10 0 3A D 4C 43 3E
Octal 274 337 136 20 0 72 15 114 103 76
Binary 10111100 11011111 1011110 10000 0 111010 1101 1001100 1000011 111110

Color Harmonies of #BCDF5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF5E

Black with #BCDF5E

Text Example


Text Example

White with #BCDF5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF5E; }

 p { color: rgb(188,223,94); }

 H1.HeaderClassName
 {
   color: #BCDF5E;
 }
 .AnyTagClassName
 {
   color: #BCDF5E;
 }
</style>

background-color css

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

 a { background-color: rgb(188,223,94); }

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

border-color css

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

 span { border-color: rgb(188,223,94); }

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