Html Css Color HEX #BCDF46 Conifer

📋 copy color: '#BCDF46'

red 188 ◦ green 223 ◦ blue 70

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

Shades of Conifer #BCDF46

Tints of Conifer #BCDF46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 14.55%

R = 39.09%
G = 46.36%
B = 14.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#BCDF46 (or 0xBCDF46) is known color: Conifer. HEX triplet: BC, DF and 46. RGB value is (188,223,70). Sum of RGB (Red+Green+Blue) = 188+223+70=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 70 (27.73% from 255 or 14.55% from 481); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF46 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCDF46 is #4320B9. Grayscale: #C3C3C3. Windows color (decimal): -4399290 or 4644796. OLE color: 4644796.

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

Color convert

RGB 188 223 70 -
CMYK 0.16 0 0.69 0.13
HSL 73.73º 0.71% 0.57% -
HSV(B) 73.73º 0.69% 0.87% -
XYZ 48.23 63.91 15.59 -
YUV 195.09 57.4 122.94 -
System Red Green Blue C M Y K H S L
Decimal 188 223 70 0.16 0 0.69 0.13 73.73 0.71 0.57
Hex BC DF 46 10 0 45 D 4A 47 39
Octal 274 337 106 20 0 105 15 112 107 71
Binary 10111100 11011111 1000110 10000 0 1000101 1101 1001010 1000111 111001

Color Harmonies of #BCDF46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF46

Black with #BCDF46

Text Example


Text Example

White with #BCDF46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF46; }

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

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

background-color css

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

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

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

border-color css

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

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

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