Html Css Color HEX #BCE34E Conifer

📋 copy color: '#BCE34E'

red 188 ◦ green 227 ◦ blue 78

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

Shades of Conifer #BCE34E

Tints of Conifer #BCE34E

RGB

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

 GREEN value IS 227 (89.06% from 255) = 46.04%

 BLUE value IS 78 (30.86% from 255) = 15.82%

R = 38.13%
G = 46.04%
B = 15.82%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.11

RGB Variations

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

Color information

#BCE34E (or 0xBCE34E) is known color: Conifer. HEX triplet: BC, E3 and 4E. RGB value is (188,227,78). Sum of RGB (Red+Green+Blue) = 188+227+78=493 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.13% from 493); Green value is 227 (89.06% from 255 or 46.04% from 493); Blue value is 78 (30.86% from 255 or 15.82% from 493); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE34E is #431CB1. Grayscale: #C6C6C6. Windows color (decimal): -4398258 or 5170108. OLE color: 5170108.

HSL color Cylindrical-coordinate representation of color #BCE34E: hue angle of 75.7º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCE34E is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB 188 227 78 -
CMYK 0.17 0 0.66 0.11
HSL 75.7º 0.73% 0.6% -
HSV(B) 75.7º 0.66% 0.89% -
XYZ 49.58 66.18 17.37 -
YUV 198.35 60.08 120.62 -
System Red Green Blue C M Y K H S L
Decimal 188 227 78 0.17 0 0.66 0.11 75.7 0.73 0.6
Hex BC E3 4E 11 0 42 B 4C 49 3C
Octal 274 343 116 21 0 102 13 114 111 74
Binary 10111100 11100011 1001110 10001 0 1000010 1011 1001100 1001001 111100

Color Harmonies of #BCE34E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE34E

Black with #BCE34E

Text Example


Text Example

White with #BCE34E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE34E; }

 p { color: rgb(188,227,78); }

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

background-color css

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

 a { background-color: rgb(188,227,78); }

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

border-color css

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

 span { border-color: rgb(188,227,78); }

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