Html Css Color HEX #BCF54E Conifer

📋 copy color: '#BCF54E'

red 188 ◦ green 245 ◦ blue 78

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

Shades of Conifer #BCF54E

Tints of Conifer #BCF54E

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.95%

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

R = 36.79%
G = 47.95%
B = 15.26%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.04

RGB Variations

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

Color information

#BCF54E (or 0xBCF54E) is known color: Conifer. HEX triplet: BC, F5 and 4E. RGB value is (188,245,78). Sum of RGB (Red+Green+Blue) = 188+245+78=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 245 (96.09% from 255 or 47.95% from 511); Blue value is 78 (30.86% from 255 or 15.26% from 511); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF54E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF54E is #430AB1. Grayscale: #D1D1D1. Windows color (decimal): -4393650 or 5174716. OLE color: 5174716.

HSL color Cylindrical-coordinate representation of color #BCF54E: hue angle of 80.48º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BCF54E is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 245 78 -
CMYK 0.23 0 0.68 0.04
HSL 80.48º 0.89% 0.63% -
HSV(B) 80.48º 0.68% 0.96% -
XYZ 54.77 76.55 19.1 -
YUV 208.92 54.12 113.08 -
System Red Green Blue C M Y K H S L
Decimal 188 245 78 0.23 0 0.68 0.04 80.48 0.89 0.63
Hex BC F5 4E 17 0 44 4 50 59 3F
Octal 274 365 116 27 0 104 4 120 131 77
Binary 10111100 11110101 1001110 10111 0 1000100 100 1010000 1011001 111111

Color Harmonies of #BCF54E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF54E

Black with #BCF54E

Text Example


Text Example

White with #BCF54E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF54E; }

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

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

background-color css

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

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

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

border-color css

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

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

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