Html Css Color HEX #BCDF61 Conifer

📋 copy color: '#BCDF61'

red 188 ◦ green 223 ◦ blue 97

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

Shades of Conifer #BCDF61

Tints of Conifer #BCDF61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.09%

R = 37.01%
G = 43.9%
B = 19.09%

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

#BCDF61 (or 0xBCDF61) is known color: Conifer. HEX triplet: BC, DF and 61. RGB value is (188,223,97). Sum of RGB (Red+Green+Blue) = 188+223+97=508 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.01% from 508); Green value is 223 (87.5% from 255 or 43.90% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF61 is #43209E. Grayscale: #C6C6C6. Windows color (decimal): -4399263 or 6414268. OLE color: 6414268.

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

Color convert

RGB 188 223 97 -
CMYK 0.16 0 0.57 0.13
HSL 76.67º 0.66% 0.63% -
HSV(B) 76.67º 0.57% 0.87% -
XYZ 49.28 64.33 21.13 -
YUV 198.17 70.9 120.75 -
System Red Green Blue C M Y K H S L
Decimal 188 223 97 0.16 0 0.57 0.13 76.67 0.66 0.63
Hex BC DF 61 10 0 39 D 4D 42 3F
Octal 274 337 141 20 0 71 15 115 102 77
Binary 10111100 11011111 1100001 10000 0 111001 1101 1001101 1000010 111111

Color Harmonies of #BCDF61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF61

Black with #BCDF61

Text Example


Text Example

White with #BCDF61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF61; }

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

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

background-color css

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

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

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

border-color css

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

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

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