Html Css Color HEX #BCE34F Conifer

📋 copy color: '#BCE34F'

red 188 ◦ green 227 ◦ blue 79

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

Shades of Conifer #BCE34F

Tints of Conifer #BCE34F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 15.99%

R = 38.06%
G = 45.95%
B = 15.99%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#BCE34F (or 0xBCE34F) is known color: Conifer. HEX triplet: BC, E3 and 4F. RGB value is (188,227,79). Sum of RGB (Red+Green+Blue) = 188+227+79=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 227 (89.06% from 255 or 45.95% from 494); Blue value is 79 (31.25% from 255 or 15.99% from 494); Max value from RGB is 227 - color contains mainly: green. Hex color #BCE34F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE34F is #431CB0. Grayscale: #C7C7C7. Windows color (decimal): -4398257 or 5235644. OLE color: 5235644.

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

Color convert

RGB 188 227 79 -
CMYK 0.17 0 0.65 0.11
HSL 75.81º 0.73% 0.6% -
HSV(B) 75.81º 0.65% 0.89% -
XYZ 49.62 66.19 17.56 -
YUV 198.47 60.58 120.53 -
System Red Green Blue C M Y K H S L
Decimal 188 227 79 0.17 0 0.65 0.11 75.81 0.73 0.6
Hex BC E3 4F 11 0 41 B 4C 49 3C
Octal 274 343 117 21 0 101 13 114 111 74
Binary 10111100 11100011 1001111 10001 0 1000001 1011 1001100 1001001 111100

Color Harmonies of #BCE34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE34F

Black with #BCE34F

Text Example


Text Example

White with #BCE34F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE34F; }

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

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

background-color css

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

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

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

border-color css

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

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

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