Html Css Color HEX #BCE25F Conifer

📋 copy color: '#BCE25F'

red 188 ◦ green 226 ◦ blue 95

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

Shades of Conifer #BCE25F

Tints of Conifer #BCE25F

RGB

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

 GREEN value IS 226 (88.67% from 255) = 44.4%

 BLUE value IS 95 (37.5% from 255) = 18.66%

R = 36.94%
G = 44.4%
B = 18.66%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.58

 K value IS 0.11

RGB Variations

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

Color information

#BCE25F (or 0xBCE25F) is known color: Conifer. HEX triplet: BC, E2 and 5F. RGB value is (188,226,95). Sum of RGB (Red+Green+Blue) = 188+226+95=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 226 (88.67% from 255 or 44.40% from 509); Blue value is 95 (37.5% from 255 or 18.66% from 509); Max value from RGB is 226 - color contains mainly: green. Hex color #BCE25F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCE25F is #431DA0. Grayscale: #C8C8C8. Windows color (decimal): -4398497 or 6283964. OLE color: 6283964.

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

Color convert

RGB 188 226 95 -
CMYK 0.17 0 0.58 0.11
HSL 77.4º 0.69% 0.63% -
HSV(B) 77.4º 0.58% 0.89% -
XYZ 50 65.91 20.91 -
YUV 199.7 68.91 119.65 -
System Red Green Blue C M Y K H S L
Decimal 188 226 95 0.17 0 0.58 0.11 77.4 0.69 0.63
Hex BC E2 5F 11 0 3A B 4D 45 3F
Octal 274 342 137 21 0 72 13 115 105 77
Binary 10111100 11100010 1011111 10001 0 111010 1011 1001101 1000101 111111

Color Harmonies of #BCE25F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE25F

Black with #BCE25F

Text Example


Text Example

White with #BCE25F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE25F; }

 p { color: rgb(188,226,95); }

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

background-color css

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

 a { background-color: rgb(188,226,95); }

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

border-color css

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

 span { border-color: rgb(188,226,95); }

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