Html Css Color HEX #BCDF5F Conifer

📋 copy color: '#BCDF5F'

red 188 ◦ green 223 ◦ blue 95

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

Shades of Conifer #BCDF5F

Tints of Conifer #BCDF5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 18.77%

R = 37.15%
G = 44.07%
B = 18.77%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#BCDF5F (or 0xBCDF5F) is known color: Conifer. HEX triplet: BC, DF and 5F. RGB value is (188,223,95). Sum of RGB (Red+Green+Blue) = 188+223+95=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 95 (37.5% from 255 or 18.77% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF5F is #4320A0. Grayscale: #C6C6C6. Windows color (decimal): -4399265 or 6283196. OLE color: 6283196.

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

Color convert

RGB 188 223 95 -
CMYK 0.16 0 0.57 0.13
HSL 76.41º 0.67% 0.62% -
HSV(B) 76.41º 0.57% 0.87% -
XYZ 49.19 64.29 20.64 -
YUV 197.94 69.9 120.91 -
System Red Green Blue C M Y K H S L
Decimal 188 223 95 0.16 0 0.57 0.13 76.41 0.67 0.62
Hex BC DF 5F 10 0 39 D 4C 43 3E
Octal 274 337 137 20 0 71 15 114 103 76
Binary 10111100 11011111 1011111 10000 0 111001 1101 1001100 1000011 111110

Color Harmonies of #BCDF5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF5F

Black with #BCDF5F

Text Example


Text Example

White with #BCDF5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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