Html Css Color HEX #BCFD5E Conifer

📋 copy color: '#BCFD5E'

red 188 ◦ green 253 ◦ blue 94

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

Shades of Conifer #BCFD5E

Tints of Conifer #BCFD5E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 47.29%

 BLUE value IS 94 (37.11% from 255) = 17.57%

R = 35.14%
G = 47.29%
B = 17.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#BCFD5E (or 0xBCFD5E) is known color: Conifer. HEX triplet: BC, FD and 5E. RGB value is (188,253,94). Sum of RGB (Red+Green+Blue) = 188+253+94=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 253 (99.22% from 255 or 47.29% from 535); Blue value is 94 (37.11% from 255 or 17.57% from 535); Max value from RGB is 253 - color contains mainly: green. Hex color #BCFD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCFD5E is #4302A1. Grayscale: #D8D8D8. Windows color (decimal): -4391586 or 6225340. OLE color: 6225340.

HSL color Cylindrical-coordinate representation of color #BCFD5E: hue angle of 84.53º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCFD5E is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 253 94 -
CMYK 0.26 0 0.63 0.01
HSL 84.53º 0.98% 0.68% -
HSV(B) 84.53º 0.63% 0.99% -
XYZ 57.88 81.75 23.32 -
YUV 215.44 59.47 108.43 -
System Red Green Blue C M Y K H S L
Decimal 188 253 94 0.26 0 0.63 0.01 84.53 0.98 0.68
Hex BC FD 5E 1A 0 3F 1 55 62 44
Octal 274 375 136 32 0 77 1 125 142 104
Binary 10111100 11111101 1011110 11010 0 111111 1 1010101 1100010 1000100

Color Harmonies of #BCFD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCFD5E

Black with #BCFD5E

Text Example


Text Example

White with #BCFD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCFD5E; }

 p { color: rgb(188,253,94); }

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

background-color css

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

 a { background-color: rgb(188,253,94); }

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

border-color css

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

 span { border-color: rgb(188,253,94); }

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